Statistics Questions

Multiple choice
  1. $21$
  2. $24$
  3. $25$
  4. $20$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The initial sum of squares of heights can be found using the variance formula: Variance = (Sum(x^2)/n) - (Mean)^2. With n=5, mean=150, and variance=18, Sum(x^2) = 5 * (18 + 150^2) = 112590. Adding a student with height 156, the new sum of squares is 112590 + 156^2 = 136926, and the new mean is (5*150 + 156)/6 = 151. The new variance is (136926/6) - 151^2 = 22821 - 22801 = 20.

Multiple choice
  1. $57.5,7.92$
  2. $57,8$
  3. $56.5,7$
  4. $55.7,9.72$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Combined mean = (50*60 + 50*55) / 100 = 57.5. Combined variance = (n1(s1^2 + d1^2) + n2(s2^2 + d2^2)) / (n1+n2), where d1 = 60-57.5 = 2.5 and d2 = 55-57.5 = -2.5. Variance = (50(64 + 6.25) + 50(49 + 6.25)) / 100 = (70.25 + 55.25) / 2 = 62.75. SD = sqrt(62.75) approx 7.92.

Multiple choice
  1. $338.73$
  2. $184.73$
  3. $138.73$
  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To find variance, calculate the mean first using midpoints (5, 15, 25, 35, 45). Mean = (6*5 + 16*15 + 24*25 + 25*35 + 17*45) / 88 = 2520 / 88 = 28.636. Variance = sum(f * (x - mean)^2) / N. Calculations: 6*(5-28.6)^2 + 16*(15-28.6)^2 + 24*(25-28.6)^2 + 25*(35-28.6)^2 + 17*(45-28.6)^2 = 3335 + 2967 + 311 + 1024 + 4573 = 12210. Variance = 12210 / 88 = 138.75. Option C is the closest.