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

Verify if the following proposition is valid:

Computer Science20233 marksShort answer
Verify if the following proposition is valid: $( P => Q ) \wedge ( P => R ) = P => ( Q \wedge R )$

Answer

Answer

AI
Truth table for $(P \Rightarrow Q) \wedge (P \Rightarrow R)$ and $P \Rightarrow (Q \wedge R)$ (verified with the boolean tool):
PQRP=>QP=>R(P=>Q).(P=>R)Q.RP=>(Q.R)
00011101
00111101
01011101
01111111
10000000
10101000
11010000
11111111
The two final columns $(P \Rightarrow Q) \wedge (P \Rightarrow R)$ and $P \Rightarrow (Q \wedge R)$ are identical in every row. Hence the given proposition is VALID (the two sides are logically equivalent, a tautology of the biconditional).
Boolean Algebra

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