UPSC 2022 Maths Optional Paper 2 Q6b — Step-by-Step Solution
15 marks · Section B
Question
Find a combinatorial circuit for and write its input/output table.
Technique
Truth table from operator hierarchy; Boolean algebra simplification: (key identity).
Solution
Step 1 — Analyse the Boolean expression
.
Hierarchy:
- NOT gate on : produces .
- OR gate combining and : produces .
- AND gate combining and : produces .
- OR gate combining the above with : produces final .
Step 2 — Circuit diagram (text representation)
y ── [NOT] ──┐
│ ┌── ̄y
│ │
z ──────────┼───[OR]───┐ (gives ̄y+z)
│ │
│
x ──────────────────────[AND]───┐ (gives x·( ̄y+z))
│
│
y ─────────────────────────────[OR]──── f
Components used: 1 NOT, 2 OR, 1 AND.
Step 3 — Truth table (input/output)
| 0 | 0 | 0 | 1 | 1 | 0 | 0 |
| 0 | 0 | 1 | 1 | 1 | 0 | 0 |
| 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 0 | 1 | 1 | 0 | 1 | 0 | 1 |
| 1 | 0 | 0 | 1 | 1 | 1 | 1 |
| 1 | 0 | 1 | 1 | 1 | 1 | 1 |
| 1 | 1 | 0 | 0 | 0 | 0 | 1 |
| 1 | 1 | 1 | 0 | 1 | 1 | 1 |
Step 4 — Simplification (bonus)
Looking at the truth table: only when , i.e., when and .
So ? Test: at ✓, at ✓, at ✓, at ✓, etc. Yes — simplifies to .
Simplification: . Use distributive: . Combine (absorption-related; verify: ). So (since ).
So simplifies dramatically.