Example 1 — Tray arrays
EasyProblem
A bakery has 4 trays with 6 muffins on each tray. How many muffins are there?
Solution
-
The phrase "on each tray" tells us every group has the same size.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Are all the groups the same size?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Use multiplication: .
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 — rows show equal groups. If it does not, revisit the recognition step before changing the arithmetic.
Answer
24 muffins
Takeaway: Equal groups are the signal to multiply.