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

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

Computer Science20243 marksShort answer
Verify if the following proposition is valid using the truth table: $A \Rightarrow ( B \land C ) = ( A \Rightarrow B ) \land ( B \Rightarrow C )$

Answer

Answer

AI
Truth table:
ABCB.CLHS: A=>(B.C)A=>BB=>CRHS: (A=>B).(B=>C)
00001111
00101111
01001100
01111111
10000010
10100010
11000100
11111111
The LHS and RHS columns agree in every row except A=0, B=1, C=0, where LHS=1 but RHS=0. Since the two sides are not identical for every combination of A, B, C, the given proposition is NOT VALID (it is not a tautology).
Boolean Algebra

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