Question:

The Boolean expression for the following truth table is:

 

Show Hint

Always verify Boolean expressions by comparing with actual minterms from the truth table and simplifying logically.
Updated On: May 12, 2025
  • \( F = x'y'z + xy'z + x'y'z' \)
  • \( F = x'y'z' + xy'z + xyz' \)
  • \( F = x'y'z + xy'z + xyz \)
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Identify rows where \( f = 1 \)
From the table, \( f = 1 \) for:
(0,1,0) → \( x'y z' \)
(0,1,1) → \( x'y z \)
(1,0,0) → \( x y' z' \)
(1,1,0) → \( x y z' \)
So, \[ F = x'y z' + x'y z + x y' z' + x y z' = x'y + x z' \quad ({as simplified expression}) \] Step 2: Check options
None of the given options match this simplified expression. Hence:
Was this answer helpful?
0
0