UPSC Maths 2025 Paper 2 Q6b — Solution
15 marks · Section B
Question
Simplify the Boolean function and draw the corresponding GATE network.
Technique
Simplify by the absorption/adjacency law (equivalently a Karnaugh map): pairs of minterms differing in exactly one variable combine, and the minterm may be reused by idempotence.
Solution
The four product terms are minterms (in variables ): So .
Combine adjacent minterms
Use . The term shares a face with each of the other three:
The minterm may be reused freely (idempotent law ). Hence
So
This is the majority function: iff at least two of are (minterms ).
K-map confirmation
| 00 | 01 | 11 | 10 | |
|---|---|---|---|---|
| 0 | 0 | 0 | 1 | 0 |
| 1 | 0 | 1 | 1 | 1 |
Three 2-cell groupings: the column (), the pair (), and the pair () → .
GATE network
x ---+----------\
y ---+--[ AND ]---\
\
y ---+----------\ \
z ---+--[ AND ]---+--[ OR ]--- F
/
x ---+----------/
z ---+--[ AND ]-/
Three 2-input AND gates compute , , ; their outputs feed one 3-input OR gate giving .
Answer
realised by three 2-input AND gates feeding a single 3-input OR gate (the majority gate).