Example 1 — Aggregate a table
EasyProblem
Five students read 4, 7, 3, 6, 5 books. Report the total and the mean as single summary numbers.
Solution
-
You have individual values and need one figure for the group, so aggregate.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I collapsing many individual values into a single summary number for the group?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Sum all the values for a total, then divide by the count for the mean.
The rule is chosen only after the structure matches, so the steps mean something.
-
Total ; 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 — many values, one summary. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Total 25 books, mean 5 books per student
Takeaway: Aggregation turns five separate readings into one group summary.