Example 1 — Sum 1 to 100 elegantly
EasyProblem
Find in the most elegant way.
Solution
-
Several valid approaches exist; seek the one with most insight and least work.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does this approach reach the goal with striking simplicity that also illuminates WHY it works?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Pair first-with-last (), second-with-second-last (), etc. — 50 pairs of 101.
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 — maximum insight, minimum machinery. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: One pairing insight replaced 99 additions — economy that illuminates is elegance.