Perimeter & Area

Problem

Cut a rectangle into a grid of cards

A 30 cm by 20 cm rectangular sheet is cut into identical 5 cm squares. We need the total number of squares.
5 cm 5 cm 30 cm 20 cm
GeometryMeasurement & data
Your answer
squares
How to solve
Strategy Identify Subproblems — Break it into two subproblems: how many squares fit across the width, and how many fit down the height. Then a rows-times-columns array gives the total, matching the grid in the figure.
1STEP 1

Squares across the width

Split the 30 cm width into 5 cm pieces — that gives 6 squares across.

30 ÷ 5 = 6
2STEP 2

Squares down the height

Split the 20 cm height into 5 cm pieces — that gives 4 squares down.

20 ÷ 5 = 4
3STEP 3

Multiply rows by columns

The squares form a 6-by-4 array, so multiply across by down to get 24 in all.

6 × 4 = 24
Answer
24 squares
The figure shows exactly 6 columns and 4 rows; counting the grid cells gives 24, confirming the array. The unit (squares, a count) matches the question.
Takeaway

Count squares across and down, then multiply — the same row-by-column array thinking behind area!

  • Squares across the width
  • Squares down the height
  • Multiply rows by columns
Where next?
Another one like thissuggested
Step back and solidifysuggested

▶ Practice — 8 problems