Example 1 — Slide a triangle
EasyProblem
A triangle is translated 3 units right and 2 units up. What happens to each vertex?
Solution
-
A translation applies the same move to every point.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: What rule sends each original point to its new point?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Add 3 to each x-coordinate and 2 to each y-coordinate.
The rule is chosen only after the structure matches, so the steps mean something.
-
Each vertex follows .
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 — move every point by one rule. If it does not, revisit the recognition step before changing the arithmetic.
Answer
All vertices move by the same vector
Takeaway: Transformations act point by point.