Example 1 — Table to graph
EasyProblem
A table has points , , and . What pattern appears?
Solution
-
Each row is an ordered pair.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Can I match each table row to a graph point?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Plot the points and compare output changes.
The rule is chosen only after the structure matches, so the steps mean something.
-
The output increases by 2 each time, so the points form a line.
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 — same rule, different view. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Linear pattern with slope 2
Takeaway: Tables and graphs should tell the same story.