Find the standard deviation of the data set
Compute the mean first — every later step depends on it.
With five whole numbers the mean is not an integer, so keep it as exactly rather than rounding to — rounding here would distort every squared deviation.
Square each deviation from the mean. Deviations can be negative, and squaring is what removes the sign so that they do not cancel:
Add them to get the sum of squares.
A quick sanity check: the raw deviations add to , which they must if the mean is right.
Decide on the divisor: n or n − 1. Treating the five numbers as the entire population divides by ; treating them as a sample drawn from something larger divides by (Bessel’s correction, which compensates for the mean being estimated from the same data):
Take square roots.
With a short list like this the two answers differ noticeably, so state which convention you used. Unqualified textbook exercises on a complete list of five numbers usually want the population value .
Need to solve a different problem like this? Open the solver →