Which of the following is correct for f(x, y, z) =Σ(0, 2, 4, 5, 6) ?

2025

Which of the following is correct for f(x, y, z) =Σ(0, 2, 4, 5, 6) ?

Answer: B. f = xy' + z'The Boolean function is defined by minterms 0, 2, 4, 5, and 6. Convert minterms to binary: 0 (000), 2 (010), 4 (100), 5 (101), 6 (110). Using a Karnaugh map,…

  1. A.

    f = x'y + z

  2. B.

    f = xy' + z'

  3. C.

    f = xy' + z

  4. D.

    f = x'y + z'

Attempted by 271 students.

Show answer & explanation

Correct answer: B

The Boolean function is defined by minterms 0, 2, 4, 5, and 6.

Convert minterms to binary: 0 (000), 2 (010), 4 (100), 5 (101), 6 (110).

Using a Karnaugh map, minterms 0, 2, 4, and 6 form a group of four where z = 0. This simplifies to the term z'.

The remaining minterm 5 can be grouped with minterm 4. This pair corresponds to x = 1 and y = 0, simplifying to the term xy'.

Combining these results yields the simplified expression f = xy' + z'.

Explore the full course: Up Lt Grade Assistant Teacher 2025

Loading lesson…