What is the standard deviation of the data 10,12,5,8,15
Answers
Answered by
6
Answer:
The mean is pretty easy to find. Just add all the numbers and then divide the sum of those numbers by how many numbers are in the data set:
5
+
10
+
12
+
15
+
20
=
62
/
5
=
12.4
12.4 is our mean. The standard deviation is a bit trickier. First, we must find the variance. To do that, we take the mean and subtract that from each number. We then square the result of each number and add them all together. Finally, we divide that by the sample space, (in this case, 5).
(
5
−
12.4
)
2
+
(
10
−
12.4
)
2
+
(
12
−
12.4
)
2
+
(
15
−
12.4
)
2
+
(
20
−
12.4
)
2
5
=
25.04
From here, it's simple. Just find the square root of the variance, and you have your standard deviation!
√
25.04
≈
5.004
Similar questions