

InterviewSolution
Saved Bookmarks
1. |
(p → r) ∨ (q → r) is logically equivalent to ________(a) (p ∧ q) ∨ r(b) (p ∨ q) → r(c) (p ∧ q) → r(d) (p → q) → rThe question was posed to me during an internship interview.The origin of the question is Logics topic in portion The Foundation: Logics and Proofs of Discrete Mathematics |
Answer» The correct answer is (C) (p ∧ Q) → r |
|