← 2017 Paper 2
UPSC 2017 Maths Optional Paper 2 Q5c — Step-by-Step Solution
10 marks · Section B
Boolean algebra · Numerical Analysis · asked 15× in 13 yrs · Read the full method →
Question
Write the Boolean expression z(y+z)(x+y+z) in its simplest form using Boolean postulate rules. Mention the rules used during simplification. Verify your result by constructing the truth table for the given expression and for its simplest form.
Technique
Repeated absorption z⋅(z+anything)=z; the factor z outside absorbs both sum factors that already contain z.
Solution
Step 1 — Absorb (y+z)
By the absorption law z(z+y)=z (equivalently z⋅(y+z)=z, since z+yz... — directly: z(y+z)=zy+zz=zy+z=z(1+y)=z):
z(y+z)=z.
Rules used: distributive (z(y+z)=zy+zz), idempotent (zz=z), then z+zy=z(1+y)=z via identity 1+y=1 and absorption.
So the expression becomes
z(y+z)(x+y+z)=z⋅(x+y+z).
Step 2 — Absorb (x+y+z)
Again by absorption, z(x+y+z)=z:
z(x+y+z)=zx+zy+zz=zx+zy+z=z(x+y+1)=z⋅1=z,
using distributive, idempotent (zz=z), and null/identity law x+y+1=1.
Answer
z(y+z)(x+y+z)=z.