Given:
- Class A: mean x1=40, standard deviation σ1=α, number of students n1=100
- Class B: mean x2=55, standard deviation σ2=30−α, number of students n2=n
- Combined class: mean x=50, variance σ2=350
Find: The sum σ12+σ22.
Using the combined mean,
x=100+n100×40+55n
So,
50=100+n4000+55n
5000+50n=4000+55n
1000=5n
n=200
Now use the combined variance relation shown in the solution:
350=300100(1600+α2)+200[(30−α)2+3025]−502
This gives
8550=α2+2(30−α)2+7650
Hence,
α2+2(30−α)2=900
Expanding,
α2−40α+300=0
So,
α=10,30
From the final step in the source solution,
σ12+σ22=102+202=500
Therefore, the sum of variances of classes A and B is 500. The correct option is A.