What is the standard deviation of the data set #11, 5, 12, 8, 5, 12, 10# rounded to the nearest tenth?

1 Answer
Jul 12, 2016

#s=3.1#

Explanation:

First, we need to determine whether we are looking for the population or sample standard deviation. It is not clear from the question which it should be, but let's guess that it is the sample version, since this says it's a "data set" implying that there is a larger population that this is just a sample of. The sample standard deviation is given by the formula:

#s = sqrt(1/(N-1) sum_(i=1)^N(x_i-bar x)^2)#

where #bar x# is the sample mean. We can calculate the sample mean as

#bar x = 1/N sum_(i=1)^N x_i =1/7xx(11+5+12+8+5+12+10)to#

where N=7, the number of data points in the sample.

#bar x =(11+5+12+8+5+12+10)/7=9#

In the same way, we can plug our values into the formula above to get:

#s=sqrt(1/(7-1)xx((11-9)^2+(5-9)^2+(12-9)^2+(8-9)^2+(5-9)^2+(12-9)^2+(10-9)^2))#

#s=sqrt(((11-9)^2+(5-9)^2+(12-9)^2+(8-9)^2+(5-9)^2+(12-9)^2+(10-9)^2)/6)#

#s=sqrt((4+16+9+1+16+9+1)/6) = sqrt(56/6) =sqrt(9.33)#

#s=3.1# rounded to the nearest tenth