Example 1 — Average test score
EasyProblem
Maria scored 80, 85, 90, and 85 on four quizzes. What is her mean score?
Solution
-
We want one center that uses all four scores, with no extreme outlier.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I adding up all the values and dividing by how many there are?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Add all the values, then divide by how many there are.
The rule is chosen only after the structure matches, so the steps mean something.
-
.
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 — total shared out equally. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Sum every value and divide by the count to get the balance point.