The Dance of Probability
A Journey into Variance
Imagine you are standing before a bag containing ten mysterious spheres—four are white, and six are black. You are tasked with reaching in and pulling out three at once.
We define a random variable X as the number of white balls you hold in your hand. As you prepare to draw, X could be 0,1,2, or 3. Our goal is to find the variance of this variable, σ2, and ultimately, the value of 100σ2.
Mapping the Sample Space
Before we can predict the future, we must understand the total landscape of possibilities. Since we are selecting three balls out of ten and the order of selection does not matter, we rely on the power of combinations.
The total number of ways to choose these three balls is given by the combination formula:
n(S)=10C3=3×2×110×9×8=120
This number, 120, will serve as the bedrock for all our probability calculations.
The Probability Distribution
Now, we calculate the probability for each possible value of X.
For X=0, we draw zero white balls and three black balls. The number of ways is 4C0×6C3=1×20=20. Thus:
For X=1, we draw one white ball and two black balls. The number of ways is 4C1×6C2=4×15=60. Thus:
For X=2, we draw two white balls and one black ball. The number of ways is 4C2×6C1=6×6=36. Thus:
For X=3, we draw three white balls and zero black balls. The number of ways is 4C3×6C0=4×1=4. Thus:
Expectation and the Second Moment
With our distribution complete, we calculate the expected value, E(X), which represents the long-term average of our experiment:
E(X)=∑xiP(xi)=0(61)+1(21)+2(103)+3(301)=0+0.5+0.6+0.1=1.2
Next, we find the second moment, E(X2), which is crucial for determining the spread of our data:
E(X2)=∑xi2P(xi)=02(61)+12(21)+22(103)+32(301)=0+0.5+1.2+0.3=2.0
The Final Calculation
We are now at the climax of our mathematical journey. The variance σ2 is defined as the difference between the second moment and the square of the expectation:
Substituting our values, we get:
σ2=2.0−(1.2)2=2.0−1.44=0.56
The question asks for 100σ2, so we multiply our result by 100 to arrive at the final, satisfying integer: