Example 1 — Can sides form a triangle?
EasyProblem
Can side lengths 4, 7, and 9 form a triangle?
Solution
-
The two shortest sides are 4 and 7.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is the sum of the two shorter sides greater than the longest side?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Check .
The rule is chosen only after the structure matches, so the steps mean something.
-
, so yes.
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 — two sides must reach. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes, a triangle is possible
Takeaway: The shortest two sides must reach past the longest.