Analyzing the Setup
Welcome, future engineers! Today, we are diving into a classic probability challenge that often trips up even the most prepared students. Imagine you are standing in an exam hall, staring at fifty problems.
The problem states that for any given problem, the probability of solving it is P(solve)=54. However, the question asks for the probability that the candidate is "unable to solve less than two problems."
This phrasing is a test of your ability to reframe the problem. Instead of focusing on what the candidate can do, let us focus on what they cannot do.
Let X be the random variable representing the number of problems the candidate is unable to solve. If the probability of solving a problem is 54, then the probability of failing to solve it is p=1−54=51.
Conversely, the probability of "success" in our defined variable X (which is failing to solve) is p=51, and the probability of "failure" (solving the problem) is q=54. This simple redefinition is the key to unlocking the entire problem.
The Binomial Toolkit
Now that we have our parameters, n=50, p=51, and q=54, we need to interpret the condition. The question asks for the probability that the candidate is unable to solve less than two problems.
Mathematically, this is X<2. Since X is a discrete count of problems, it can only take non-negative integer values. Therefore, X<2 implies X=0 or X=1.
We are looking for the sum of these two probabilities:
P(X<2)=P(X=0)+P(X=1)
To calculate these, we use the Binomial Distribution formula:
P(X=r)=(rn)prqn−r
This formula is the backbone of discrete probability. It tells us the likelihood of getting exactly r successes in n trials.
The Calculation
First, for
X=0, the candidate is unable to solve zero problems, meaning they solved all of them. Plugging
r=0 into our formula:
P(X=0)=(050)(51)0(54)50
Since
(050)=1 and any number to the power of zero is 1, this simplifies beautifully to:
P(X=0)=(54)50
Next, for
X=1, the candidate is unable to solve exactly one problem. Plugging
r=1 into our formula:
P(X=1)=(150)(51)1(54)49
We know that
(150)=50. So,
P(X=1)=50⋅51⋅(54)49. Simplifying
50⋅51 gives us 10. Thus:
P(X=1)=10⋅(54)49
Final Calculation
Now, we combine these two results:
P(X<2)=(54)50+10⋅(54)49
To reach the final answer, we factor out the common term,
(54)49:
P(X<2)=(54)49[54+10]
Inside the bracket, we have
54+10=54+50=554. Substituting this back, we get the final probability:
P(X<2)=554(54)49
The beauty of this problem lies in the redefinition of the random variable. By shifting our perspective from "solving" to "unable to solve," we turned a potentially complex calculation into a simple, elegant binomial sum. Remember, in JEE Advanced, the most powerful tool you have is your ability to frame the problem in the most efficient way possible.