Sign In
Review the concept and formula for standard deviation.
See solution.
Let's start by reviewing the definition for standard deviation σ. Standard deviation is a measure of spread that represents the average distance between each data value and the mean. The formula for the standard deviation of a data set containing n elements { x_1, x_2, ..., x_n } with a mean value x is shown below.
Standard deviation [0.8em]
σ = sqrt((x_1-x)^2+(x_2-x)^2+... +(x_n-x)^2/n)
The first step to calculate the standard deviation is to find the mean.
x=x_1+x_2+x_3+ ... +x_n/n
Find the standard deviation for the data set 3, 4, 5, 5, 5, 6, 7. We will solve this by following the steps previously mentioned. First we find the mean.
Substitute values
Add terms
Calculate quotient
Now, we can calculate the square of the distance between each data value and the mean.
| Data value x | Deviation from the mean x-x | Squared deviation (x-x)^()2 |
|---|---|---|
| 3 | 3-5=-2 | (-2)^2 = 4 |
| 4 | 4-5=-1 | (-1)^2 = 1 |
| 5 | 5-5=0 | (0)^2 = 0 |
| 5 | 5-5=0 | (0)^2 = 0 |
| 5 | 5-5=0 | (0)^2 = 0 |
| 6 | 6-5=1 | (1)^2 = 1 |
| 7 | 7-5=2 | (2)^2 = 4 |
| Total : 10 | ||
Next, we proceed to find the mean of the squared values. Notice that we already know that the sum of all squared deviations is 10.
Substitute values
Calculate quotient
Finally we calculate the square root of the mean of the squared deviations.
Substitute values
Calculate root
Round to 1 decimal place(s)
We found that the standard deviation for this data value is approximately 1.2.