Sign In
Review the concept and formula for the standard deviation.
The standard deviation is approximately 2.8.
The mean of a data set is defined as the sum of all the values in the data set divided by the total number of values. Mean [0.8em] x=x_1+x_2+x_3+ ... +x_n/n In this case, the sum of the values is 68+ 71+ 75+ 74+ 75+ 71+ 73+ 71+ 72+ 74+ 79 = 803. As we have 11 data values, we will divide the total by 11 to find the mean. x=803/11=73
Now we can find how much each value deviates from the mean by taking the difference between them. After that, we can square the deviations and add them together. This way we will find the numerator for the radicand in the standard deviation formula.
| Data value, x | Deviation from the mean, x-x | Squared deviation, (x-x)^2 |
|---|---|---|
| 68 | 68-73 = - 5 | (-5)^2=25 |
| 71 | 71-73=-2 | (- 2)^2=4 |
| 75 | 75-73=2 | (2)^2=4 |
| 74 | 74-73=1 | (1)^2=1 |
| 75 | 75-73=2 | (2)^2=4 |
| 71 | 71-73=-2 | (- 2)^2=4 |
| 73 | 73-73=0 | (- 0)^2=0 |
| 71 | 71-73=-2 | (- 2)^2=4 |
| 72 | 72-73=-1 | (- 1)^2=1 |
| 74 | 74-73=1 | (1)^2=1 |
| 79 | 79-73=6 | (6)^2=36 |
| Total: | 84 | |