Example 1 — Box of sugar cubes
EasyProblem
Each side of a cubical box is cm. How many -cm sugar cubes fill it, and how many tile one face?
Solution
-
A face is 2D (area, ); the whole box is 3D (volume, ).
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the exponent count the number of dimensions ( for a flat area, for a solid space)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Square the side for one face, cube the side for the box: and .
The rule is chosen only after the structure matches, so the steps mean something.
-
cubes on a face; cubes fill the box.
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 — squaring fills a face; cubing fills a box. If it does not, revisit the recognition step before changing the arithmetic.
Answer
per face, in the box
Takeaway: The exponent tells you the dimension: tiles a face, fills the solid.