The Basket of Uncertainty
A Journey into Probability
Welcome, future engineer. Today, we are not just solving a probability problem; we are peeling back the layers of uncertainty.
Imagine you are standing in a market, holding a basket of ten oranges. Seven are perfect, and three are defective. You cannot tell them apart.
You reach in and pull out two. This is the essence of life—making decisions with incomplete information. To master this, we must quantify that uncertainty using the language of statistics.
Phase 1
Defining the Random Variable
Before we touch the math, we must define our universe. We have a total of 10 oranges, and we are drawing n=2.
Let X be our random variable, representing the number of defective oranges we hold in our hand. Since we only draw two, X can only take three possible values: 0 (both are good), 1 (one good, one defective), or 2 (both are defective).
This is our sample space. It is finite, discrete, and perfectly manageable.
Phase 2
The Probability Distribution
To calculate the variance, we first need the probability of each outcome. We use combinations because the order of selection does not matter.
The total number of ways to choose 2 oranges from 10 is given by:
This 45 is our denominator for every probability.
For X=0, we need to choose 2 good oranges from the 7 available:
P(X=0)=457C2=4521=157
For X=1, we need 1 defective (from 3) and 1 good (from 7):
P(X=1)=453C1×7C1=453×7=4521=157
For X=2, we need 2 defective (from 3):
Always perform the 'sanity check': 157+157+151=1515=1. The universe is in balance.
Phase 3
The Mean and the Second Moment
Now, we calculate the expected value, E(X), which is the weighted average of our outcomes:
E(X)=∑xiP(xi)=(0×157)+(1×157)+(2×151)=159=53
Next, we need the second moment, E(X2), to measure the 'spread.' We square the values of X before multiplying by the probabilities:
E(X2)=(02×157)+(12×157)+(22×151)=0+157+154=1511
Phase 4
The Final Calculation
We have arrived at the final gate. The variance is defined as Var(X)=E(X2)−[E(X)]2. This formula is the bridge between the average and the spread.
Substituting our values:
Var(X)=1511−(53)2=1511−259
To subtract these, we find the common denominator, which is 75:
Var(X)=7511×5−759×3=7555−7527=7528
There it is. The variance is 7528.
You have successfully navigated the probability space, accounted for the dependencies, and arrived at the precise measure of dispersion. Remember, in JEE Advanced, it is not just about the answer; it is about the clarity of your logic. Keep this rigor in your toolkit, and no problem will ever be too complex.