MHB Statistics-Mean & Standard Deviation of Absences.

Click For Summary
To calculate the mean and standard deviation of absences for a class of 150 students (100 boys and 50 girls), the total number of absences is 2000, resulting in a mean of 13.33. For standard deviation, the sum of squares for boys is 27,400 and for girls is 6,800, leading to a combined sum of squares of 34,200. The variance is then calculated by dividing this sum by the total number of students and adjusting for the mean. Finally, the standard deviation is derived by taking the square root of the variance, providing a comprehensive understanding of the absences within the class.
mesh
Messages
1
Reaction score
0
Could someone guide me on the approach I need in resolving this question.
I have seen some online examples of the same question, but what is required in this is different. I'll very much appreciate your support.

Problem:
For boys, the average number of absences in the first grade is 15 with a standard deviation of 7; for girls, the average number of absences is 10 with a standard deviation of 6.In a nationwide survey, suppose 100 boys and 50 girls are sampled.
Required:
What are the mean and standard deviation of the absences of the entire class
 
Mathematics news on Phys.org
Re: Statistics-Mean & Standard Deviation of Absences.

Do you know the definitions of 'mean' and 'standard deviation'? To find the mean of a collection of data, add all of the values and divide by the number of values. If the mean number of absences of 100 boys is 15 then the total number of absences must have been 100*15= 1500. If the number of absences of 50 girls is 10, then the total number of absences must have been 50*10= 500. So there were a total of 1500+ 500= 2000 absences for all 150 students.

"Standard deviation" is a little more complicated. It is the square root of an average. Specifically, if the number of absences for the 100 boys was $$x_1$$, [math]x_2[/math], ..., [math]x_{100}[/math], then first find the average of the squares of the difference of [math]x_i[/math] and the mean, [math]\mu[/math]: [math]\frac{1}{100}\sum (x_i- \mu)^2= \frac{1}{100}\left(\sum x_i^2- 2\sum \mu x_i+ \sum \mu^2\right)[/math].

Since [math]\mu[/math] is constant, independent of I, we can take out of each sum: [math]\frac{1}{100}\sum x_i^2- 2\mu \sum x_i+ \mu\sum 1[/math].

Of course, [math]\mu\sum 1= 100\mu[/math] while [math]\sum x_i= 100\mu[/math] so that becomes [math]\sigma^2= \frac{1}{100}\sum x_i^2- \mu^2[/math] so that the standard deviation is [math]\sigma= \sqrt{\frac{1}{100}\sum x_i^2- \mu^2}[/math]. (That formula is probably in your textbook.)

If the standard deviation in the number of absences for 100 boy was 7 with mean 15, then [math]7= \sqrt{\frac{1}{100}\sum x_i^2- 225}[/math] so that [math]49= \frac{1}{100}\sum x_i^2- 225[/math] and [math]\sum x_i^2= 100(49+ 225)= 27400[/math].

Similarly, for the 50 girls, the standard deviation in the number of absences was 6 with mean 10 so that [math]6= \sqrt{\frac{1}{50}\sum x_i^2- 100}[/math] so that [math]36= \frac{1}{50}\sum x_i^2- 100[/math] and [math]\sum x_i^2= 50(36+ 100)= 6800.

So the "sum of squares" for both boys and girls is 27400+ 6800= 34200. Divide that by the total 100+ 50= 150 boys and girls. Subtract the mean that you found above, and take the square root.