Example 1 — Add 348 and 276
EasyProblem
Find with the standard algorithm.
Solution
-
Two three-digit numbers, so stack by place value and regroup.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I stacking large numbers by place value and regrouping by tens to add or subtract?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Add ones: , write 4 carry 1; tens: , write 2 carry 1; hundreds: .
The rule is chosen only after the structure matches, so the steps mean something.
-
Result reads 6, 2, 4.
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 — same place over same place; carry and borrow by tens. If it does not, revisit the recognition step before changing the arithmetic.
Answer
624
Takeaway: Add column by column, carrying a ten whenever a column passes 9.