The Basket of Uncertainty
A Journey into Probability
Imagine you are standing in a quiet room, a basket of eighteen apples before you. Fifteen are crisp, red, and perfect. Three are rotten, hidden amongst the good ones.
You are tasked with drawing two apples. In the high-stakes environment of the JEE Advanced, this isn't just a basket of fruit; it is a microcosm of probability theory. We are dealing with a discrete random variable, X, representing the number of rotten apples in our draw.
Let us embark on this journey to find the variance of X, a measure of how much our results might deviate from the average.
Phase 1
The Foundation of Combinations
Before we can predict the future, we must understand the total possibilities. We are drawing two apples from eighteen. This is a classic combination problem.
We do not care about the order in which we pick the apples, only the final composition of our pair. Thus, we use the combination formula (rn).
The total number of ways to choose two apples from eighteen is:
This number, 153, is our anchor. It will be the denominator for every probability we calculate. Do not simplify it yet; keep it as your constant companion.
Phase 2
Mapping the Probability Distribution
Now, let us define our random variable X. Since we are drawing two apples, X can only take the values 0,1, or 2.
For X=0 (zero rotten apples), we must pick two good apples from the fifteen available. The number of ways is:
P(X=0)=153(03)×(215)=1531×105=153105
For X=1 (one rotten, one good), we pick one from the three rotten and one from the fifteen good. The number of ways is:
P(X=1)=153(13)×(115)=1533×15=15345
For X=2 (two rotten apples), we pick two from the three rotten. The number of ways is:
P(X=2)=153(23)×(015)=1533×1=1533
Notice the elegance here: 105+45+3=153. The sum of probabilities is exactly 1. The universe of our problem is balanced.
Phase 3
The Expectation and the Variance
To find the variance, we need two pillars: the expected value E(X) and the expected value of the square E(X2).
First, the mean, E(X)=∑xiP(xi). Calculating this:
E(X)=0(153105)+1(15345)+2(1533)=15345+6=15351=31
Next, the second moment, E(X2)=∑xi2P(xi). Calculating this:
E(X2)=02(153105)+12(15345)+22(1533)=15345+12=15357
Phase 4
The Final Synthesis
We arrive at the final step, the variance formula: Var(X)=E(X2)−[E(X)]2. Substituting our values, we get:
Var(X)=15357−(31)2=15357−91
To subtract these, we convert 91 to 15317. Finally:
There it is. The chaos of the rotten apples is tamed by the rigor of mathematics. You have successfully navigated the distribution, the expectation, and the variance.
Remember this process; it is the same logic that governs everything from quantum mechanics to financial risk. You are not just solving a problem; you are mastering the language of uncertainty.