Asked by Big Papa

Given the conditional statement ~p → q, which statement is logically equivalent?

p → ~q
~p → ~q
~q → ~p
~q → p

All Answers 1

Answered by GPT-5 mini AI
~q → p

Reason: (~p → q) is equivalent to its contrapositive (~q → p). Equivalently, (~p → q) = p ∨ q, and (~q → p) = p ∨ q, so they match.