Example 1 — SD of five values
EasyProblem
Find the population SD of (mean ).
Solution
-
We want typical distance from the mean, using every value.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I measuring how far values typically fall from the mean, in the data's own units?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Square each deviation from the mean, average them, then take the root.
The rule is chosen only after the structure matches, so the steps mean something.
-
Deviations ; squares ; mean ; .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — typical distance from the average. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: SD is the square root of the average squared distance from the mean.