The Heartbeat of Data
Understanding Combined Statistics
Welcome, future engineers! Today, we are diving into a problem that sits at the very core of statistical analysis. It is not just about crunching numbers; it is about understanding how data behaves when we merge different populations.
Imagine you are a data scientist analyzing the performance of two different classes. You have the individual metrics, but when you combine them, the landscape changes. This is the essence of the JEE Advanced statistics challenge.
Phase 1
The Weighted Mean
We start with two classes, A and B. Class A has n1=100 students with a mean xˉ1=40 and standard deviation σ1=α. Class B has n2=n students with a mean xˉ2=55 and standard deviation σ2=30−α.
When we merge these groups, the combined mean xˉ becomes 50. The formula for the combined mean is a weighted average:
xˉ=n1+n2n1xˉ1+n2xˉ2
Substituting our values, we get:
Solving this linear equation is our first victory: 5000+50n=4000+55n, which simplifies to 5n=1000, giving us n=200. We have successfully identified the size of class B.
Phase 2
The Geometry of Variance
Now, we tackle the variance. This is where most students stumble. The combined variance σ2 is not a simple average. It is governed by the formula:
σ2=n1+n2n1(σ12+d12)+n2(σ22+d22)
Here, d1 and d2 represent the 'distance' of each class mean from the combined mean. Think of this as the 'Parallel Axis Theorem' of statistics.
For class A, d1=40−50=−10. For class B, d2=55−50=5. These distances are the physical 'gaps' that contribute to the total variance of the combined group.
Phase 3
The Quadratic Dance
With n=200 and the combined variance σ2=350, we substitute everything into our formula:
350=100+200100(α2+(−10)2)+200((30−α)2+52)
Multiplying by 300 and simplifying, we get:
105000=100(α2+100)+200((30−α)2+25)
Dividing by 100 yields 1050=(α2+100)+2((30−α)2+25). Expanding the square term (30−α)2 gives us 900+α2−60α.
The equation becomes 1050=α2+100+2(900+α2−60α+25). After careful algebraic expansion and grouping, we arrive at 3α2−120α+900=0, which reduces to the elegant quadratic:
Phase 4
The Final Decision
Factoring our quadratic, we find (α−10)(α−30)=0, leading to α=10 or α=30. We must now apply a physical reality check.
If α=30, the standard deviation of class B becomes 30−30=0, implying zero variance—a scenario that is statistically improbable for a class of 200 students. Thus, we reject 30 and accept α=10.
The question asks for the sum of variances σ12+σ22=α2+(30−α)2. With α=10, this is:
We have conquered the problem! The final answer is 500.