Asked by tt

Given the conditional statement:

p → ~q



Choose the logically equivalent statement.



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, i.e. q → ~p (or note p → ~q ≡ ~p ∨ ~q, which is symmetric).