Using K-map, simplify the Boolean function: F(x, y, z) = S (0, 2, 4, 5, 6)…
2024
Using K-map, simplify the Boolean function: F(x, y, z) = S (0, 2, 4, 5, 6) Which of the following is simplified function?
- A.
F = z + x'y'
- B.
F = z' + xy'
- C.
F = z + x'y
- D.
F = z' + xy
Attempted by 78 students.
Show answer & explanation
Correct answer: B
Minterms 0, 2, 4, and 6 have z = 0, so they form the term z'.
Minterms 4 and 5 have x = 1 and y = 0, so they form the term xy'.
Therefore, F = z' + xy'.