Question:

The Boolean expression \(\sim(p \vee q) \vee (\sim p \wedge q)\) is equivalent to:

Show Hint

Factor common literals in Boolean expressions.
Updated On: Mar 23, 2026
  • \(p\)
  • \(q\)
  • \(\sim q\)
  • ~ p
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Use De Morgan's law:
\[ \sim (p \vee q) = \sim p \wedge \sim q \]
Step 2: Simplify:
\[ (\sim p \wedge \sim q) \vee (\sim p \wedge q) = \sim p \]
Was this answer helpful?
0
0