Advertisement
Advertisement
Sum
Without using truth table, show that
~ [(p ∧ q) → ~ q] ≡ p ∧ q
Advertisement
Solution
L.H.S.
≡ ~ [(p ∧ q) → ~ q]
≡ (p ∧ q) ∧ ~ (~ q) ....[Negation of implication]
≡ (p ∧ q) ∧ q .....[Negation of a negation]
≡ p ∧ (q ∧ q) ....[Associative law]
≡ p ∧ q .....[Idempotent law]
≡ R.H.S.
Concept: Algebra of Statements
Is there an error in this question or solution?