The Labyrinth of Direct Counting
Why We Need a Better Way
Imagine you are standing in an exam hall, the clock is ticking, and you have four fair dice in your hands. You roll them, and the numbers tumble across the table. The problem asks for the probability that the fourth die, D4, matches at least one of the first three dice, D1,D2, or D3.
Your first instinct might be to start counting. You might think, "D4 could match D1, or it could match D2, or maybe it matches both D1 and D2, or perhaps all three!"
If you start down this path, you are entering a labyrinth. You will quickly find yourself drowning in a sea of overlapping cases, trying to account for every possible intersection. In the world of JEE Advanced, this is the trap; the examiners love to see if you can identify when a direct approach is a path to madness. We need a superpower, and that superpower is the Complement Rule.
The Elegant Escape
The Complement Rule
The Complement Rule is one of the most beautiful concepts in probability. It tells us that if we want to find the probability of an event E happening, we can simply calculate the probability of it NOT happening—the failure event Ec—and subtract that from 1.
Mathematically, we write this as:
P(E)=1−P(Ec)
Think about it: the total probability space is 1. If we remove the scenarios where absolutely nothing matches, what remains must be the scenarios where at least one match occurs. It is elegant, it is clean, and it is incredibly efficient.
The Geometry of Probability
Fixing the Outcome
Now, let us focus on the failure event Ec. For this to happen, D4 must match none of the first three dice. Let us fix the outcome of D4 to be some number x.
Since it is a standard die, x can be any integer from the set {1,2,3,4,5,6}. For our failure condition to be satisfied, D1 must not show x, D2 must not show x, and D3 must not show x.
Consider
D1. It has six faces, and only one of those faces is
x. Therefore, there are exactly five faces that are not
x. The probability that
D1 avoids
x is simply:
65
This logic applies perfectly to D2 and D3 as well.
The Power of Independence
Here is where the magic of independent events comes into play. The roll of D1 has absolutely no physical or mathematical connection to the roll of D2 or D3.
Because they are independent, the probability of them all avoiding x simultaneously is the product of their individual probabilities. We are looking for the probability that ($D_1
eq x$) AND ($D_2
eq x$) AND ($D_3
eq x$).
In the language of probability, the 'AND' operator for independent events translates directly to multiplication:
P(Ec)=P(D1eqx)×P(D2eqx)×P(D3eqx)
Substituting our values, we get:
P(Ec)=65×65×65=(65)3
Calculating this, we find:
P(Ec)=216125
The Final Calculation
Bringing It Home
We are almost there. We have the probability of failure,
216125. Now, we return to our Complement Rule equation:
P(E)=1−P(Ec)
Substituting our value, we get:
P(E)=1−216125
To perform this subtraction, we find a common denominator:
P(E)=216216−125
The numerator becomes 91. Thus, our final probability is:
P(E)=21691
Look at how far we have come! We didn't need to count hundreds of combinations or draw complex Venn diagrams. We used the symmetry of the dice, the power of the Complement Rule, and the logic of independent events to slice through the problem with surgical precision. This is the mindset of a topper.