Example 1 — How many constraints fix a point?
EasyProblem
A point in the plane must be 5 units from and 5 units from (with ). How many positions are allowed?
Solution
-
Each distance condition is a constraint; I count how the two together restrict the point.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is this a rule that limits where points can go or what sizes are allowed, rather than a single answer?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Each 'distance 5' is a circle; the allowed points are where the two circles meet.
The rule is chosen only after the structure matches, so the steps mean something.
-
Two circles meeting generally cross at 2 points.
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 — the rules that pin a figure down. If it does not, revisit the recognition step before changing the arithmetic.
Answer
At most 2 positions
Takeaway: Each constraint cuts the freedom; combining two distance constraints leaves only the intersection points.