Question:medium

The negative of \( (p \land (\sim q)) \lor (\sim p) \) is equivalent to:

Show Hint

Use De Morgan’s laws to simplify the negation of logical statements: \[ \sim (A \lor B) = (\sim A \land \sim B) \quad \text{and} \quad \sim (A \land B) = (\sim A \lor \sim B). \]
Updated On: Mar 28, 2026
  • \( p \land q \)
  • \( p \land (\sim q) \)
  • \( p \land (q \land (\sim p)) \)
  • \( p \lor (q \lor (\sim p)) \)
Show Solution

The Correct Option is A

Solution and Explanation

To determine the negation of \( (p \land (\sim q)) \lor (\sim p) \): \[ \sim \big[(p \land (\sim q)) \lor (\sim p)\big] \] Applying De Morgan's laws yields: \[ \big[\sim (p \land (\sim q)) \land \sim (\sim p)\big] \] Further simplification results in: \[ \big[(\sim p \lor q) \land p\big] \] Combining terms, we get: \[ p \land q \] Conclusion: The negation of \( (p \land (\sim q)) \lor (\sim p) \) is \( p \land q \).
Was this answer helpful?
0