Connect with knowledgeable experts and enthusiasts on IDNLearn.com. Discover prompt and accurate answers from our experts, ensuring you get the information you need quickly.
Sagot :
Recall that a ⇒ b ≡ ¬a ∨ b.
• r ⇒ (p ∧ q) ≡ ¬r ∨ (p ∧ q)
In row C, q is false so p ∧ q false, and r is true so ¬r is false.
¬r ∨ (p ∧ q) ≡ false ∨ false ≡ false
• r ⇒ (p ∨ q) ≡ ¬r ∨ (p ∨ q) = p ∨ q ∨ ¬r
In each of rows A, C, and E, at least one of p or q is true, so
p ∨ q ∨ ¬r = true
• (q ∧ r) ⇒ p ≡ ¬(q ∧ r) ∨ p ≡ (¬q ∨ ¬ r) ∨ p = p ∨ ¬q ∨ ¬r
In row E, p is false and both q and r are true, so ¬q and ¬r are both false.
false ∨ false ∨ false = false
• (q ∨ r) ⇒ p ≡ ¬(q ∨ r) ∨ p ≡ (¬q ∧ ¬r) ∨ p
In row E, p is false and both q and r are true, so both ¬q and ¬r are false.
(¬q ∧ ¬r) ∨ p ≡ (false ∧ false) ∨ false ≡ false ∨ false ≡ false
Thank you for joining our conversation. Don't hesitate to return anytime to find answers to your questions. Let's continue sharing knowledge and experiences! IDNLearn.com is dedicated to providing accurate answers. Thank you for visiting, and see you next time for more solutions.