Analyzing the Setup
Imagine you are standing on the edge of a logical landscape, looking at the expression p∧(q∧∼(p∧q)). It looks intimidating, but in the world of JEE Advanced, we dismantle complexity by stripping away layers to reveal the core truth.
Let's embark on this journey to simplify the expression step-by-step.
Phase 1
The Inside-Out Strategy
When you face a nested logical expression, always start from the innermost bracket. We have ∼(p∧q), which is the negation of the intersection of p and q.
By applying De Morgan's Law, we can rewrite this as:
This is our first step toward clarity, representing everything outside the overlapping region of p and q.
Phase 2
The Algebraic Dance
Now, let's incorporate q into the expression: q∧(∼p∨∼q). We apply the Distributive Law to distribute q across the bracket:
Look closely at the second term, q∧∼q. This is a classic contradiction, as a statement cannot be both q and not q simultaneously.
Thus, q∧∼q≡F. Our expression simplifies beautifully to q∧∼p, which represents the region inside q but strictly outside p.
Phase 3
The Collapse
Now, we take this result and intersect it with p. The full expression becomes p∧(q∧∼p). By the associative property, we rearrange this as:
Again, we see the familiar p∧∼p, which is a contradiction (F). Consequently, the entire expression simplifies to F∧q, which is simply F.
The entire structure has collapsed into a single, elegant False.
Phase 4
The Final Twist
The problem asks for the negation of this expression. Since we found the expression is F, the negation of F is T (a Tautology).
We are looking for an option that is always True.
Phase 5
Verifying the Options
Let's test Option 1: (∼(p∧q))∨p. Using De Morgan's Law, this becomes:
We can rearrange this using the commutative and associative properties as:
Since ∼p∨p is always True (T), we have T∨∼q. Any statement OR-ed with True is always True.
Thus, Option 1 is a Tautology. We have found our answer; it is a perfect match. Keep practicing this algebraic rhythm, and you will find that even the most complex logical problems become second nature.