Question:medium

The Boolean expression \( (\sim(p \land q)) \lor q \) is equivalent to:

Show Hint

When simplifying Boolean expressions, utilize truth tables or logical equivalences to identify the simplest form that matches the options.
Updated On: Mar 28, 2026
  • \( q \to (p \land q) \)
  • \( p \to q \)
  • \( p \sim(p \to q) \)
  • \( p \to (p \lor q) \)
Show Solution

The Correct Option is D

Solution and Explanation

The provided logical expression is: \[ (\sim(p \land q)) \lor q. \] Step 1: Simplify the expression. Using Boolean algebra, we get: \[ \sim(p \land q) = \sim p \lor \sim q. \] The expression then transforms to: \[ (\sim p \lor \sim q) \lor q = \sim p \lor q. \] Step 2: Rewrite in implication form. Given that: \[ \sim p \lor q = p \to (p \lor q), \] the simplified expression is equivalent to \( p \to (p \lor q) \). Consequently, the correct answer is \( \boxed{(4)} \).
Was this answer helpful?
0