Question:hard

For any two statements p and q, the negation of the expression p(∼pq) is:

Updated On: Mar 30, 2026
  • pq

  • pq

  • pq

  • pq
Show Solution

The Correct Option is D

Solution and Explanation

To find the negation of the expression p(∼pq), we can apply logical negation rules. The original expression can be interpreted in lay terms as follows: "Either p is true, or both p is false and q is true."

  1. First, identify the main components of the expression: it is a disjunction () between p and (∼p∧q).
  2. To negate the expression, use De Morgan's Laws, which tell us that the negation of a disjunction (A∨B) is the conjunction of the negations (∼A∧∼B). For the given expression, this results in: ∼p∧∼(∼p∧q).
  3. Now, apply negation to the second part ∼(∼p∧q) using De Morgan's Laws again. It becomes p∨∼q.
  4. Thus, the expression ∼p∧∼(∼p∧q) simplifies to ∼p∧(p∨∼q).
  5. Further simplifying, we apply distribution: (∼p∧p)∨(∼p∧∼q). The first part ∼p∧p is a contradiction and is always false, leaving us with ∼p∧∼q.

Hence, the negation of the expression p∨(∼p∧q) is ∼p∧∼q, which matches the given correct answer.

Was this answer helpful?
0