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

Verify if the following proposition is a Tautology, Contradiction or a Contingency, using a truth…

Computer Science20243 marksShort answer
Verify if the following proposition is a Tautology, Contradiction or a Contingency, using a truth table. $((A \Rightarrow B) \wedge (B \Rightarrow C)) \Rightarrow (A \Rightarrow C)$

Answer

Answer

AI
Truth table for ((A=>B).(B=>C)) => (A=>C):
ABCA=>BB=>C(A=>B).(B=>C)A=>C((A=>B).(B=>C))=>(A=>C)
00011111
00111111
01010011
01111111
10001001
10101011
11010001
11111111
The final column is 1 (True) for every combination of A, B and C. Therefore the given proposition is a Tautology.
Boolean Algebra

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