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

Verify the following proposition with the help of a truth table:

Computer Science20181 markShort answer
Verify the following proposition with the help of a truth table: $( P \land Q ) \lor ( P \land \sim Q ) = P$

Answer

Answer

AI
$(P \land Q) \lor (P \land \sim Q) = P$ Truth table (verified with the boolean tool):
PQP.QQ'P.Q'(P.Q)+(P.Q')P
0001000
0100000
1001111
1110011
The column for $(P \land Q) \lor (P \land \sim Q)$ is identical to the column for $P$ in every row. Hence the proposition is verified: $(P \land Q) \lor (P \land \sim Q) = P$.
Boolean Algebra

From ISC 2018 Computer Science Paper 1, question 1(d).