Example 1 — Name a location
EasyProblem
On a map, a city sits exactly where the gridlines for 3 east and 2 north cross. How is this location named?
Solution
-
We need just the exact position, no size — a point.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I naming just a location, with no length, width, or size?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Give it a capital-letter name and its coordinates.
The rule is chosen only after the structure matches, so the steps mean something.
-
Call it point at .
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 — a location with no size. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Point
Takeaway: A point is a sizeless, exact location named with a capital letter.