Question:medium

Let \( p, q, r \) be three simple statements. Then \( \sim(p \lor q) \lor \sim(p \lor r) \equiv \)

Show Hint

When simplifying logical expressions, think of $\land$ like multiplication and $\lor$ like addition. Factoring out common terms (Distributive Law) is often the fastest way to reach the simplified form.
Updated On: May 2, 2026
  • $(\sim p) \land (\sim q \lor \sim r)$
  • $(\sim p) \land (q \lor r)$
  • $p \land (q \lor r)$
  • $p \lor (q \land r)$
  • $(p \lor q) \land r$
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0