

InterviewSolution
Saved Bookmarks
1. |
p ↔ q is logically equivalent to ________(a) (p → q) → (q → p)(b) (p → q) ∨ (q → p)(c) (p → q) ∧ (q → p)(d) (p ∧ q) → (q ∧ p)This question was posed to me in an online quiz.The doubt is from Logics topic in chapter The Foundation: Logics and Proofs of Discrete Mathematics |
Answer» Correct CHOICE is (c) (p → q) ∧ (q → p) |
|