Questions: Logical Equivalence

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The statement 'If it rains, the ground gets wet' (P → Q) is true. Which of the following must also be true?

AIf the ground gets wet, it rained (Q → P)
BIf it doesn't rain, the ground doesn't get wet (¬P → ¬Q)
CIf the ground is not wet, it did not rain (¬Q → ¬P)
DP and Q have the same truth value in every scenario
Question 2 Multiple Choice

A student checks one row of a truth table and finds that P is true and Q is true. She concludes P ≡ Q. Which error has she made?

AShe should have checked whether P and Q are both false instead
BLogical equivalence requires identical truth values in every possible row, not just one
CShe needs to use De Morgan's laws, not truth tables, to verify equivalence
DThere is no error — if both are true simultaneously, they are equivalent
Question 3 True / False

De Morgan's law ¬(P ∧ Q) ≡ (¬P ∨ ¬Q) means that 'It is not the case that both P and Q are true' is logically equivalent to 'At least one of P or Q is false.'

TTrue
FFalse
Question 4 True / False

If two statements P and Q are logically equivalent, then P and Q should be tautologies (true in most circumstances).

TTrue
FFalse
Question 5 Short Answer

Why can't you establish logical equivalence by checking just one or two scenarios, and what must you check instead?

Think about your answer, then reveal below.