PRASHNIKAप्रश्निका
Back to the paper

Verify if the following proposition is valid using the truth table:

Computer Science20253 marksShort answer
Verify if the following proposition is valid using the truth table: $(X \wedge Y) \Rightarrow Z = (Y \Rightarrow Z) \wedge (X \Rightarrow Y)$

Answer

Answer

Official answer key
Truth table:
XYZX.Y(X.Y)=>ZY=>ZX=>Y(Y=>Z).(X=>Y)
00001111
00101111
01001010
01101111
10001100
10101100
11010010
11111111
The LHS column $(X \wedge Y) \Rightarrow Z$ and the RHS column $(Y \Rightarrow Z) \wedge (X \Rightarrow Y)$ differ in three rows (e.g. X=0,Y=1,Z=0 gives LHS=1 but RHS=0; also X=1,Y=0,Z=0 and X=1,Y=0,Z=1). Since the two sides are not identical for every row, the given proposition is INVALID (it is not a tautology).
Boolean Algebra

From ISC 2025 Specimen Computer Science Paper 1, question 5(ii).