Advertisement
Advertisement
Advertisement
One Line Answer
Using the rules of negation, write the negation of the following:
(p → r) ∧ q
Advertisement
Solution
~ [(p → r) ∧ q] ≡ ~(p → r) ∨ ~q ....[Negation of conjunction]
≡ (p ∧ ~ r) ∨ ~q .....[Negation of implication]
Is there an error in this question or solution?