

InterviewSolution
Saved Bookmarks
1. |
p → q is logically equivalent to ________(a) ¬p ∨ ¬q(b) p ∨ ¬q(c) ¬p ∨ q(d) ¬p ∧ qI got this question by my college director while I was bunking the class.My question is from Logics topic in division The Foundation: Logics and Proofs of Discrete Mathematics |
Answer» CORRECT option is (C) ¬p ∨ q The explanation is: (p → q) ↔ (¬p ∨ q) is TAUTOLOGY. |
|