Example 1 — Estimate a total
EasyProblem
Estimate .
Solution
-
We want a fast ballpark sum, so round each to a friendly value.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I rounding the numbers and then computing to get a close-enough answer, not an exact one?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Round to hundreds: .
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 — round first, compute fast, accept close enough. If it does not, revisit the recognition step before changing the arithmetic.
Answer
About
Takeaway: Round to friendly numbers, then compute mentally.