Question 1
Find a counterexample to show this statement is FALSE:
"p ⧠(q ⨠r) is equivalent to (p ⧠q) ⨠r"
Provide truth values for p, q, r that make the two sides different.
ā§ doesn't distribute over ⨠that way. Correct: pā§(qāØr) ā” (pā§q) ⨠(pā§r)
p=False, q=True, r=False: Left=False, Right=True ā Different!
p=False, q=True, r=False: Left=False, Right=True ā Different!