Welcome to Westonci.ca, where curiosity meets expertise. Ask any question and receive fast, accurate answers from our knowledgeable community. Join our Q&A platform to connect with experts dedicated to providing precise answers to your questions in different areas. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.
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
We hope this was helpful. Please come back whenever you need more information or answers to your queries. We appreciate your visit. Our platform is always here to offer accurate and reliable answers. Return anytime. Stay curious and keep coming back to Westonci.ca for answers to all your burning questions.