Example 1 — Ladder problem
EasyProblem
A -ft ladder leans against a wall with its base ft out. How high does it reach? What is assumed?
Solution
-
Using silently assumes the wall meets the ground at a right angle.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is this a statement I am accepting as true to start, rather than something I must prove or a rule the answer must satisfy?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
State the assumption: the wall is vertical and the ground horizontal, so the triangle is right.
The rule is chosen only after the structure matches, so the steps mean something.
-
Then .
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 'given that' you start from. If it does not, revisit the recognition step before changing the arithmetic.
Answer
ft, valid only under the right-angle assumption
Takeaway: Name what you take as true, because the clean formula depends on it.