Q1.
The number of black triangles increases very quickly as the stage numbers increase. Can you explain why?
Answer
Because the growth is by multiplication, not addition. Every black triangle turns into three at the next stage, so the whole count triples each time.
tn = 3 × tn–1 gives tn = 3n
Stage 5: 243 Stage 10: 59,049 Stage 15: 1,43,48,907
Stage 5: 243 Stage 10: 59,049 Stage 15: 1,43,48,907
Compare this with the AP of Fig. 8.3, where each stage adds a fixed 4:
| Stage n | 5 | 10 | 15 |
|---|---|---|---|
| AP: 4n – 3 | 17 | 37 | 57 |
| GP: 3n | 243 | 59,049 | 1,43,48,907 |
Why it happens: when a quantity grows by addition, each step contributes the same fixed amount no matter how large the quantity already is. When it grows by multiplication, each step contributes an amount proportional to what is already there — the bigger it is, the bigger the next jump. In 3n the position n sits in the exponent, and every increase of 1 in n multiplies the whole answer by 3. That compounding is what makes the count run away.
Did you know? this is the same reason a fixed rate of compound interest overtakes a fixed rupee-amount of simple interest once enough time has passed.