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!