Analyzing the Setup
Imagine you are conducting an experiment. You repeat it five times, and each time, the outcome is binary: either a success or a failure. This is the classic setup for a Binomial Distribution.
In this problem, we are given the probabilities of exactly one success and exactly two successes, and we are tasked with finding the probability of exactly three. It might seem like a daunting algebraic puzzle, but let us break it down into a logical, elegant narrative.
The Engine of Our Calculation
To model this, we rely on the Binomial Distribution formula:
Here, n=5 is the number of trials, p is the probability of success, and q=1−p is the probability of failure. This formula is the engine of our solution.
We are given P(X=1)=0.4096 and P(X=2)=0.2048. Our first step is to translate these into mathematical equations:
For
k=1:
P(X=1)=(15)p1q4=5pq4=0.4096
For
k=2:
P(X=2)=(25)p2q3=10p2q3=0.2048
The JEE Secret Weapon
The Ratio Method
Now, we face a system of two equations. By taking the ratio of the two equations, we can make the variables dance to our tune. Let us divide the second equation by the first:
P(X=1)P(X=2)=5pq410p2q3
Look at how beautifully the terms simplify! The coefficients 10 and 5 reduce to 2. The p2 and p reduce to p in the numerator, and the q3 and q4 reduce to q in the denominator.
We are left with:
Since 0.2048 is exactly half of 0.4096, the right side simplifies to 21. Thus, we have q2p=21, which leads us to the clean, powerful relationship:
Solving the Core Parameters
We are now standing on the threshold of the solution. We know that p+q=1.
By substituting our new relationship q=4p into this fundamental constraint, we get p+4p=1, which means 5p=1, or p=0.2. Consequently, q=0.8.
We have successfully decoded the DNA of this binomial distribution. We know exactly how likely success and failure are in each trial.
The Grand Finale
With p=0.2 and q=0.8 in hand, finding the probability of exactly three successes is just a matter of plugging the values into our formula. We need P(X=3)=(35)p3q2.
We know (35)=10. So:
Calculating this, we get:
P(X=3)=10×0.008×0.64=0.0512
Converting this to a fraction, we find 0.0512=10000512=62532.
We have arrived at our destination. The final answer is 62532 (or 0.0512).