BiconditionalMediumQuestion 420005
Question
p ↔ q (biconditional) is TRUE when:
- Ap and q have the same truth value (both T or both F)Correct
- Bp is TRUE always
- Cq is FALSE always
- Dp → q only
Correct answer
p and q have the same truth value (both T or both F)
Explanation
p ↔ q is TRUE when p and q are both TRUE or both FALSE. It is FALSE when they have different truth values. Equivalently: p ↔ q = (p → q) ∧ (q → p).