← 2018 Paper 2
UPSC 2018 Maths Optional Paper 2 Q8a — Step-by-Step Solution
15 marks · Section B
Boolean algebra · Numerical Analysis · asked 15× in 13 yrs · Read the full method →
Question
Simplify the boolean expression (a+b)⋅(bˉ+c)+b⋅(aˉ+cˉ) by using the laws of boolean algebra. From its truth table write it in minterm normal form.
Technique
Distribute, apply xxˉ=0 and c+cˉ=1, then absorption (a+ac=a, aˉb+b=b) and xyˉ+y=x+y to collapse to a+b; minterm form read off the truth table.
Solution
Setup. Use the standard identities: distributive, complement (xxˉ=0, x+xˉ=1), absorption (x+xy=x), and x+xˉy=x+y.
Step 1 — Expand the first product (a+b)(bˉ+c)
(a+b)(bˉ+c)=abˉ+ac+bbˉ+bc=abˉ+ac+0+bc=abˉ+ac+bc.
Step 2 — Expand the second product b(aˉ+cˉ)
b(aˉ+cˉ)=baˉ+bcˉ=aˉb+bcˉ.
Step 3 — Combine and simplify
E=abˉ+ac+bc+aˉb+bcˉ.
Group bc+bcˉ=b(c+cˉ)=b. So
E=abˉ+ac+aˉb+b.
Now aˉb+b=b (absorption, b(aˉ+1)=b):
E=abˉ+ac+b.
Next abˉ+b=a+b (since xyˉ+y=x+y):
E=a+b+ac.
Finally a+ac=a (absorption):
E=a+b.
Step 4 — Truth table
| a | b | c | minterm | E=a+b |
|---|
| 0 | 0 | 0 | m0 | 0 |
| 0 | 0 | 1 | m1 | 0 |
| 0 | 1 | 0 | m2 | 1 |
| 0 | 1 | 1 | m3 | 1 |
| 1 | 0 | 0 | m4 | 1 |
| 1 | 0 | 1 | m5 | 1 |
| 1 | 1 | 0 | m6 | 1 |
| 1 | 1 | 1 | m7 | 1 |
E=1 for minterms m2,m3,m4,m5,m6,m7 (all except a=b=0):
Answer
E=∑m(2,3,4,5,6,7)=aˉbcˉ+aˉbc+abˉcˉ+abˉc+abcˉ+abc.