Q1.
Use this formula to find the number of circles in Step 15.
Answer
Number of circles at Step k = k² + 2k
At k = 15: 15² + 2 × 15
= 225 + 30
= 255 circles
At k = 15: 15² + 2 × 15
= 225 + 30
= 255 circles
Cross-check with the other three methods, all at k = 15:
| Method | Expression | Value at k = 15 |
|---|---|---|
| 1 | (k + 1)² – 1 | 256 – 1 = 255 |
| 2 | k² + 2 × k | 225 + 30 = 255 |
| 3 | k × (k + 1) + k | 240 + 15 = 255 |
| 4 | k × (k + 2) | 15 × 17 = 255 |
Why it happens: the four expressions look different because they describe four different ways of seeing the picture, but each simplifies to k² + 2k. Equal expressions must give equal values at every k — that is what “equal expressions” means.