NIMCET 2026 — Computer PYQ
NIMCET | Computer | 2026simplify the Boolean expression:
(x+y′+z′)(x+y′+z)(x+y+z′)
Choose the correct answer:
- A.
x+y′z′
(Correct Answer) - B.
x+yz
- C.
x′+y′z′
x+y′z′
Explanation
To simplify the expression, we use Boolean algebraic laws, specifically the distributive law (A+B)(A+C)=A+BC:
1. Combine the first two terms:
(x+y′+z′)(x+y′+z)=(x+y′)+(z′⋅z)
Since z′⋅z=0, this simplifies to:
(x+y′)+0=x+y′
2. Multiply the result with the third term:
(x+y′)(x+y+z′)
Distribute (x+y′) over the second term:
x(x+y+z′)+y′(x+y+z′)
=x+xy+xz′+xy′+y′y+y′z′
3. Apply simplification rules (xy+x=x, y′y=0):
=x(1+y+z′)+xy′+0+y′z′
=x+xy′+y′z′
=x(1+y′)+y′z′
=x+y′z′
The simplified Boolean expression is x+y′z′.
Therefore, the correct option is (a).
Explanation
To simplify the expression, we use Boolean algebraic laws, specifically the distributive law (A+B)(A+C)=A+BC:
1. Combine the first two terms:
(x+y′+z′)(x+y′+z)=(x+y′)+(z′⋅z)
Since z′⋅z=0, this simplifies to:
(x+y′)+0=x+y′
2. Multiply the result with the third term:
(x+y′)(x+y+z′)
Distribute (x+y′) over the second term:
x(x+y+z′)+y′(x+y+z′)
=x+xy+xz′+xy′+y′y+y′z′
3. Apply simplification rules (xy+x=x, y′y=0):
=x(1+y+z′)+xy′+0+y′z′
=x+xy′+y′z′
=x(1+y′)+y′z′
=x+y′z′
The simplified Boolean expression is x+y′z′.
Therefore, the correct option is (a).

