The mean and variance of eight observations are 9 and 9.25 respectively. If six of the observations are 6, 7, 10, 12, 12 and 13, find the remaining two observations.
Hint. Use the mean to find the total sum and the variance to find the total sum of squares, then subtract off the six known values to get a system in the two unknowns.
Total sum = 8(9) = 72. Known sum = 6+7+10+12+12+13 = 60, so the two unknowns sum to 12. Total sum of squares = 8(9.25+81) = 8(90.25) = 722. Known sum of squares = 36+49+100+144+144+169 = 642, so the unknowns' squares sum to 80. Let the unknowns be a,b: a+b=12, a^2+b^2=80. Then 2ab=(a+b)^2-(a^2+b^2)=144-80=64, so ab=32. a,b are roots of t^2-12t+32=0, which factors as (t-8)(t-4)=0.
✦ Working through each part gives: The remaining two observations are 4 and 8.
