Example 1 — Study and score
EasyProblem
A data set records study hours and test score for each student. What graph fits?
Solution
-
Each student has two numerical measurements.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does each dot need both an x-value and a y-value?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Use a scatter plot with hours on one axis and score on the other.
The rule is chosen only after the structure matches, so the steps mean something.
-
Scatter plot
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 — one dot per pair. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Scatter plot
Takeaway: One dot represents one paired observation.