Example 1 — Reflected or rotated?
EasyProblem
A triangle's vertices read counterclockwise. After a transformation they read clockwise. What kind of transformation was it?
Solution
-
We track the CW/CCW sense: it reversed.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Did the figure's clockwise/counterclockwise vertex order stay the same or reverse?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
A reversed orientation means a reflection, not a rotation or slide.
The rule is chosen only after the structure matches, so the steps mean something.
-
Going from CCW to CW reverses orientation, the signature of a reflection.
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 — clockwise or counterclockwise — which way it faces. If it does not, revisit the recognition step before changing the arithmetic.
Answer
A reflection
Takeaway: Reversed clockwise/counterclockwise sense means orientation flipped — a reflection occurred.