How many square tiles are there in each figure of the sequence? How many are there in Step 4? What about Step 10? Write an algebraic expression for the number of tiles in Step n.
Hint. Each figure is a large square with a smaller square removed from the middle — count both.
Step 1 — See the structure. Each figure is a large square with a smaller square missing from the centre, so the tile count is a difference of two squares — which is exactly why this activity sits in this chapter.
Step 2 — Read off the first three steps.
| Step | Outer square | Inner square | Tiles |
|---|---|---|---|
| 1 | 3² = 9 | 1² = 1 | 3² − 1² = 8 |
| 2 | 4² = 16 | 2² = 4 | 4² − 2² = 12 |
| 3 | 5² = 25 | 3² = 9 | 5² − 3² = 16 |
The outer side runs 3, 4, 5 and the inner side runs 1, 2, 3 — always two apart.
Step 3 — Extend the pattern. Step 4: 6² − 4² = 36 − 16 = 20 Step 10: 12² − 10² = 144 − 100 = 44
Step 4 — Write the general expression. At Step n the inner side is n and the outer side is n + 2, so the number of tiles is (n + 2)² − n²
Step 5 — A second method that simplifies it. Expanding with Identity 1C, a² − b² = (a + b)(a − b), with a = n + 2 and b = n: (n + 2)² − n² = [(n + 2) + n][(n + 2) − n] = (2n + 2)(2) = 4n + 4
This explains the counts jumping by exactly 4 each time: 8, 12, 16, 20, … Check Step 10: 4(10) + 4 = 44 ✓
A third way to see it, without algebra: the border is 4 strips of n tiles plus 4 corner tiles, giving 4n + 4 directly.
✦ Step 4 has 6² − 4² = 20 tiles and Step 10 has 12² − 10² = 44. In general Step n has (n + 2)² − n², which simplifies by Identity 1C to 4n + 4.
