Questions: Conditional and Biconditional Statements

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Let p = 'it is raining' and q = 'the ground is wet.' In which scenario is the conditional p → q FALSE?

AIt is not raining, and the ground is dry
BIt is not raining, but the ground is wet (sprinklers ran)
CIt is raining, and the ground is wet
DIt is raining, but the ground is dry (covered by a tarp)
Question 2 Multiple Choice

The statement 'A number n is even if and only if n is divisible by 2' (n is even ↔ n is divisible by 2) is true. What does this biconditional require that a one-way conditional would not?

AIt requires that all even numbers are large
BIt requires that both directions hold: even → divisible by 2, AND divisible by 2 → even
CIt requires that the statement is true for all integers, not just positive ones
DIt requires that no counter-example exists in a finite range
Question 3 True / False

The conditional p → q is false whenever q is false, regardless of the truth value of p.

TTrue
FFalse
Question 4 True / False

The contrapositive of p → q (which is ¬q → ¬p) is logically equivalent to the original conditional.

TTrue
FFalse
Question 5 Short Answer

Why is a conditional with a false hypothesis considered true (vacuously true)? What is the logical rationale for this convention?

Think about your answer, then reveal below.