Perimeter & Area

Problem

Identify tiling pieces and total area

A shape is built only from two kinds of pattern blocks: piece A is a triangle of size 1, and piece B is a square of size about 2. The shape has 6 of piece A meeting in the center to form a hexagon, plus 4 of piece B around the outside. I need the total size (area) of the whole shape.
Pieces A (size 1) B (size 2)
GeometryMeasurement & data
Your answer
How to solve
Strategy Identify Subproblems — Break the area into the part made of triangles and the part made of squares, count how many of each piece is used, multiply each count by that piece's size, and add the two totals.
1STEP 1

Count and total the triangle pieces A

Six triangle pieces A meet in the center to make the hexagon. Each piece A has size 1, so the triangles together cover 6 x 1 = 6.

6 × 1 = 6
2STEP 2

Count and total the square pieces B

Four square pieces B are attached around the hexagon. Each piece B has size about 2, so the squares together cover about 4 x 2 = 8.

4 × 2 = 8
3STEP 3

Add the two parts for the whole shape

The whole size is the triangle total plus the square total: 6 + 8 = 14.

6 + 8 = 14
Answer
about 14
6 + 8 = 14
The answer 14 is built from sensible parts: 6 triangles of size 1 (=6) and 4 squares of size 2 (=8). There are fewer squares (4) than triangles (6), but each square counts double, so the square part (8) ends up close to, and even a bit more than, the triangle part (6) -- and 6 + 8 recomposes to 14.
Takeaway

Add up the size of every block: six size-1 triangles plus four size-2 squares makes about 14 -- just counting and multiplying!

  • Count and total the triangle pieces A
  • Count and total the square pieces B
  • Add the two parts for the whole shape
Where next?
Another one like thissuggested

▶ Practice — 3 problems