Advertisements
Advertisements
Question
Write the negation of (p `leftrightarrow` q).
Sum
Solution
∼ (p `leftrightarrow` q) = ∼ [(p `rightarrow` q) ∧ (q `rightarrow` p)]
= ∼ [(∼ p ∨ q) ∧ (∼ q ∨ p)]
= ∼ (∼ p ∨ q) ∨ ∼ (∼ q ∨ p)
= (p ∧ ∼ q) ∨ (q ∧ ∼ p)
shaalaa.com
Is there an error in this question or solution?