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

By using truth table, verify if the following proposition is valid or not.

Computer Science20253 marksShort answer
By using truth table, verify if the following proposition is valid or not. $(\sim X \Rightarrow Y) \wedge X = (X \wedge \sim Y) \vee (X \wedge Y)$

Answer

Answer

AI
Truth table:
XYX'X'=>Y(X'=>Y).XX.~YX.Y(X.~Y)+(X.Y)
00100000
01110000
10011101
11011011
The LHS column $(\sim X \Rightarrow Y) \wedge X$ and the RHS column $(X \wedge \sim Y) \vee (X \wedge Y)$ are identical for every row (0,0,1,1). Hence the given proposition is VALID (the two sides are logically equivalent).
Boolean Algebra

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