The Philosophy of the Complement
Imagine you are standing on a shooting range. You have a target, and your probability of hitting it is p=101. You want to know how many shots you need to fire to be reasonably sure—specifically, with a probability greater than 41—that you will hit the target at least once.
Most students immediately try to calculate the probability of hitting once, then twice, then three times, and so on. But stop! That is the long, winding road.
In probability, when you see the phrase 'at least one', your brain should immediately trigger the Complement Rule. The complement of 'hitting at least once' is simply 'never hitting at all'.
Setting the Stage
If the probability of success is p=101, then the probability of failure, which we call q, is simply q=1−p=109.
Now, if you take
n shots, what is the probability that you miss every single time? Since each shot is an independent event, we multiply the probabilities:
P(zero hits)=qn=(109)n
Our goal is to ensure that the probability of hitting at least once is greater than 41. Mathematically, we write this as:
Substituting our value for P(zero hits), we get:
The Algebraic Dance
Now, let us rearrange this inequality to isolate the term with n. Subtracting 1 from both sides and multiplying by −1 (remembering to flip the inequality sign!), we arrive at:
In decimal form, this is (0.9)n<0.75. This is the heart of our problem. We are looking for the smallest integer n that makes this statement true.
The Final Countdown
Let us test our values of n one by one:
1. For n=1: (0.9)1=0.9. Is 0.9<0.75? No, that is clearly false.
2. For n=2: (0.9)2=0.81. Is 0.81<0.75? Still false, though we are getting closer.
3. For n=3: (0.9)3=0.729. Is 0.729<0.75? Yes!
At n=3, the inequality finally holds. This means that after three shots, the probability of having missed every single time drops below 0.25, which mathematically guarantees that the probability of having hit at least once has climbed above 0.25.
Why This Matters
This problem isn't just about shooting targets. It is about understanding how uncertainty behaves.
Whether you are calculating the reliability of a circuit board or the success rate of a chemical reaction, the logic remains the same: sometimes, it is easier to calculate the probability of total failure and subtract it from the certainty of the universe (which is 1) to find the probability of success.
Keep practicing this mindset. When you see 'at least one', think 'one minus none'. It is a small shift in perspective that will save you hours of calculation in the JEE Advanced exam.