On a recent test, students had the following scores: 85, 100, 92, 96, 87, 94, 75. For these scores, find: a) Mean b) Variance = sum of (Difference from the Mean)^2 c) Standard Deviation = Square root of the variance

Respuesta :

a) Mean = [85+100+92+96+87+94+75] / 7 = 89.86

b) Variance = sumatoria (value - mean)^2 / (n-1)

{ (85 - 89.86)^2 + (100-89.86)^2 + (92-89.86)^2 + (96-89.86)^2 + (87-89.86)^2 + (94-89.86)^2 + (75-89.86)^2 } / (7-1) = 423.02/6 =70.5

c) Standard deviation = √variancia

= 8.40