Reasoning · Grade 3-1 Filling and Joining Shapes

Problem

Tile a rectangle with distinct pieces

A shape of 12 unit squares is filled with tetromino pieces, leaving no gaps. Pieces may repeat and may be turned or flipped. Same pieces placed differently count as different fillings. Find every way to fill it.
Your answer
How to solve
Strategy Make a Systematic List — Each filling must use exactly 3 tiles, so the search is small. The tightest spot is the single square sticking up, so I first decide which tile covers it (a subproblem); that fixes part of the right side, and the rest of the shape gets filled with the two remaining tiles. I list the cases in order and draw each finished filling, so I can be sure I have found all 8 and that none is a repeat.
1STEP 1

Count the squares and find how many tiles each filling needs

Twelve squares in fours means always three pieces.

12 ÷ 4 = 3
2STEP 2

Decide what covers the square that sticks up

The jutting square needs a piece that bends down — few candidates.

3STEP 3

List the fillings in order by which tiles are used

Filling the rest for each gives 3 + 3 + 2.

3 + 3 + 2 = 8
4STEP 4

Confirm there are exactly 8 fillings

That totals 8, matching the eight blank frames.

3 + 3 + 2 = 8
Answer
8 ways
3 + 3 + 2 = 8
Each filling covers exactly 12 unit squares using three 4-square tiles (4 + 4 + 4 = 12), so none has a gap or overlap. The orderly search by tile-set gives 3 + 3 + 2 = 8 fillings, which matches the 8 blank shapes printed on the page - strong evidence the count is right and complete.
Takeaway

Count the 12 squares: since every tile covers 4, each filling needs just 3 tiles (12 / 4 = 3). Start at the tricky square on top, then list fillings in order to find all 8!

  • Count the squares and find how many tiles each filling needs
  • Decide what covers the square that sticks up
  • List the fillings in order by which tiles are used
  • Confirm there are exactly 8 fillings