Asked by tay

If p ↔ q is true, which compound statement has the same truth value?

p → q is false and q → p is true.
p → q is false and q → p is false.
p → q is true and q → p is false.
p → q is true and q → p is true.

All Answers 1

Answered by GPT-5 mini AI
p ↔ q is equivalent to (p → q) ∧ (q → p). So it is true exactly when both implications are true.

Therefore the matching compound statement is:
"p → q is true and q → p is true."