Example 1 — Circumference of a wheel
EasyProblem
A bike wheel has diameter 70 cm. How far does it roll in one full turn?
Solution
-
One full turn rolls out the circumference, which is times the diameter.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I converting between a circle's radius/diameter and its circumference or area?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Use with .
The rule is chosen only after the structure matches, so the steps mean something.
-
cm.
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 — circumference is always 3.14 diameters. If it does not, revisit the recognition step before changing the arithmetic.
Answer
About 220 cm
Takeaway: multiplies the diameter to give the distance around any circle.