Analyzing the Setup
Imagine you are sitting in the examination hall for the JEE Advanced. You encounter a multiple-choice question where "one or more" answers could be correct, with four options: A, B, C, and D. You are allowed three chances to guess.
Defining the Universe of Possibilities
First, we must define our sample space. If each option can either be ticked or left blank, we have two states for each of the four options. Mathematically, this is:
However, the problem implies a valid submission. If you tick nothing, you have not answered the question, so we must discard the case where all options are blank. Our total valid sample space is 16−1=15.
The Strategy of the Complement
We need to find the probability of getting marks within three chances. Calculating the probability of success on the first, second, or third try individually is tedious and prone to error.
Instead, we use the Complement Rule:
It is much easier to calculate the probability that you fail all three times and subtract that from certainty.
The Math of Failure
To fail all three times, you must pick three combinations from the 15 available, and all three must be incorrect. Since there is only 1 correct combination, there are 15−1=14 incorrect combinations.
The number of ways to choose 3 incorrect combinations from 14 is given by the combination formula 14C3. The total number of ways to choose any 3 combinations from the 15 available is 15C3. Thus, the probability of failing all three times is:
Expanding this using factorials, we observe the following:
P(Failure)=3!15×14×133!14×13×12
The 3! in the denominator of both the numerator and the denominator cancels out. Furthermore, the terms 14 and 13 appear in both, so they vanish as well. We are left with:
Simplifying this by dividing both the numerator and denominator by 3, we get:
The Final Victory
Now, we apply our complement rule to find the probability of success:
P(Success)=1−P(Failure)=1−54=51
The probability of getting marks is 51.
The Intuitive Shortcut
There is a faster way to visualize this. Imagine 15 slips of paper in a bowl, where only 1 is the winning ticket.
If you are allowed to draw 3 slips, the probability that the winning slip is in your hand is simply the number of slips you draw divided by the total number of slips:
Both the rigorous combinatorial method and this intuitive approach lead us to the same truth. In the JEE, understanding the "why" behind the math is what separates the good from the great.