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

Using a truth table, state whether the following proposition is a Tautology, Contradiction or…

Computer Science20192 marksShort answer
Using a truth table, state whether the following proposition is a Tautology, Contradiction or Contingency: $\sim(P =>Q) <=> (\sim P \lor Q)$

Answer

Answer

AI
Truth table (verified with the boolean tool):
PQP=>Q~(P=>Q)~P~P v Q~(P=>Q) <=> (~P v Q)
0010110
0110110
1001000
1110010
The final column is 0 (False) for every combination of P and Q. Therefore the given proposition is a Contradiction.
Boolean Algebra

From ISC 2019 Computer Science Paper 1, question 5(c).