Example 1 — Coordinate slide
EasyProblem
Translate point by 5 right and 3 down.
Solution
-
Right changes x by +5; down changes y by -3.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Did every point move by the same vector?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Apply both changes.
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 — same slide for every point. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Translation adds the same vector to each point.