Example 1 — Variance of four values
EasyProblem
Find the population variance of (mean ).
Solution
-
We want average squared distance from the mean, staying in squared units.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I averaging the squared distances from the mean (and not taking the square root)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Square each deviation from the mean and average them.
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 — standard deviation, before the square root. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Variance is the mean of the squared deviations — SD without the final square root.