Example 1 — Recording survey responses
EasyProblem
You ask 8 classmates how many pets they own and hear: . What is the data here?
Solution
-
These are recorded observations of one attribute (pet count) across 8 subjects.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is this the raw set of recorded observations, before any summary or conclusion?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Write the list as the data set, keeping it as raw recorded values.
The rule is chosen only after the structure matches, so the steps mean something.
-
The data is the list , not yet any average.
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 — recorded answers to a question. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Data
Takeaway: The collected observations are the data; summarizing comes next.