Question 1
Find a counterexample to show this statement is FALSE:
"p ∨ q is logically equivalent to p ⊕ q"
Provide truth values for p, q, r that make the two sides different.
Inclusive OR is true when both are true; exclusive OR is false when both are true.
p=True, q=True: p∨q=True, p⊕q=False → Different!
p=True, q=True: p∨q=True, p⊕q=False → Different!