The math optional, made finite.

← 2025 Paper 2

UPSC Maths 2025 Paper 2 Q5c-ii — Solution

5 marks · Section B

Question

Determine the truth table for the Boolean function F(x,y,z)=(x+y+z)(x+y)F(x, y, z) = (x + y + z')(x' + y'). Also derive the full disjunctive normal form of F(x,y,z)F(x, y, z) from the truth table.

Technique

Evaluate the product-of-sums expression over all 23=82^3 = 8 input combinations to build the truth table, then collect the minterms (rows where F=1F = 1) to write the full disjunctive normal form (canonical sum of products).

Solution

Here ++ is OR, juxtaposition is AND, and prime is complement. Evaluate F=(x+y+z)(x+y)F = (x + y + z')(x' + y'). Note that (x+y)=0(x'+y')=0 only when x=y=1x=y=1, and (x+y+z)=0(x+y+z')=0 only when x=0,y=0,z=1x=0, y=0, z=1.

xxyyzzx+y+zx+y+z'x+yx'+y'FF
000111
001010
010111
011111
100111
101111
110100
111100

F=1F = 1 in rows 0,2,3,4,50, 2, 3, 4, 5, i.e. minterms m0,m2,m3,m4,m5m_0, m_2, m_3, m_4, m_5.

Full disjunctive normal form (sum of minterms). Each minterm uses every variable, primed where the variable is 00:

F(x,y,z)=xyz+xyz+xyz+xyz+xyz=m(0,2,3,4,5).F(x,y,z) = x'y'z' + x'yz' + x'yz + xy'z' + xy'z = \sum m(0,2,3,4,5).

Answer

F(x,y,z)=xyz+xyz+xyz+xyz+xyz\boxed{F(x,y,z) = x'y'z' + x'yz' + x'yz + xy'z' + xy'z} (minterms 0,2,3,4,50, 2, 3, 4, 5).

We've mapped all 13 years of this exam. Get new solutions, tools, and guides as we release them — free.