Example 1 — See the shared structure
EasyProblem
What is common to '2 + 3 = 3 + 2', '7 + 1 = 1 + 7', and '5 + 4 = 4 + 5'?
Solution
-
Each is a specific case; we want the structure they share.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I keeping only the features common to many cases and discarding the rest?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Strip the particular numbers and keep the pattern.
The rule is chosen only after the structure matches, so the steps mean something.
-
In every case, swapping the order of the two addends leaves the sum unchanged.
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 — keep what is shared, drop what varies. If it does not, revisit the recognition step before changing the arithmetic.
Answer
The abstraction: (commutativity)
Takeaway: Abstraction extracts the rule shared by many specific cases.