Analyzing the Setup
Welcome, future engineer. Today, we are not just solving a problem; we are uncovering the hidden symmetry within a frequency distribution.
We have a distribution of xi values ranging from 2 to 8, with frequencies fi that include an unknown α. Our goal is to find α given that the variance σ2 is 3.
The Strategic Choice of Assumed Mean
Many students would immediately reach for the standard variance formula:
σ2=N∑fixi2−(N∑fixi)2
While correct, this path is fraught with the danger of large numbers and complex algebraic manipulation. Instead, we adopt the mindset of a seasoned problem solver and use the assumed mean method.
By setting our assumed mean A=5, we define a new deviation variable di=xi−5. We choose 5 because it is the value associated with our unknown α.
When we calculate the deviation di for xi=5, we get 5−5=0. This means the term involving α in our sum ∑fidi will vanish entirely.
The Dance of Calculations
Let us construct our table. The total frequency
N is the sum of all
fi:
N=3+6+16+α+9+5+6=45+α
Next, we calculate the product fidi:
- For xi=2,di=−3,fidi=−9
- For xi=3,di=−2,fidi=−12
- For xi=4,di=−1,fidi=−16
- For xi=5,di=0,fidi=0
- For xi=6,di=1,fidi=9
- For xi=7,di=2,fidi=10
- For xi=8,di=3,fidi=18
Summing these, we get ∑fidi=−9−12−16+0+9+10+18=0. The α term has vanished, just as we planned.
Now, for the final column,
fidi2, we multiply
di by
fidi:
∑fidi2=27+24+16+0+9+20+54=150
The Final Resolution
With our sums ready, we apply the variance formula:
σ2=N∑fidi2−(N∑fidi)2
Substituting our values, we get:
3=45+α150−(45+α0)2
The second term is zero, leaving us with the simple equation:
3=45+α150
Cross-multiplying, we find 45+α=50, which leads us directly to α=5. It is a beautiful result, isn't it? By choosing the right tool, we turned a potentially messy algebraic problem into a clean, logical victory.