Example 1 — Midpoint of a segment
EasyProblem
Find the midpoint of the segment from to .
Solution
-
Two endpoints; the center is the average of each coordinate.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I finding the single point centered between two given points (a location, not a length)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute .
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 — average each coordinate to land in the middle. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Average the 's and average the 's to find the center.