A population grows at 5% per year from 20000 — find population after 3 years

medium CBSE JEE-MAIN 3 min read

Question

A population of a town is 20,000. It grows at the rate of 5% per year. Find the population after 3 years.

Solution — Step by Step

Population growth at a fixed annual rate is compound growth — each year’s growth is calculated on the new (increased) population, not just the original. The formula is:

Pn=P0×(1+r100)nP_n = P_0 \times \left(1 + \frac{r}{100}\right)^n

where P0P_0 = initial population, rr = rate of growth per year, nn = number of years.

P3=20000×(1+5100)3=20000×(1.05)3P_3 = 20000 \times \left(1 + \frac{5}{100}\right)^3 = 20000 \times (1.05)^3 1.052=1.10251.05^2 = 1.1025 1.053=1.1025×1.05=1.1576251.05^3 = 1.1025 \times 1.05 = 1.157625 P3=20000×1.157625=23152.5P_3 = 20000 \times 1.157625 = 23152.5

Since population must be a whole number, population after 3 years ≈ 23,153 (or 23,152 if truncating — check what your textbook expects).

Why This Works

Compound growth means the “base” increases every year. After year 1, the population is 21,000 (not still 20,000). In year 2, 5% is calculated on 21,000, giving 22,050. In year 3, 5% is on 22,050, giving 23,152.5.

This is different from simple interest where the rate is always applied to the same base (20,000 each year). With simple growth of 5% per year, the total increase would be 3×0.05×20000=30003 \times 0.05 \times 20000 = 3000, giving only 23,000 — less than compound growth.

Alternative Method — Year by Year

YearPopulation
Start20,000
After year 120000+5%×20000=20000×1.05=2100020000 + 5\% \times 20000 = 20000 \times 1.05 = 21000
After year 221000×1.05=2205021000 \times 1.05 = 22050
After year 322050×1.05=23152.522050 \times 1.05 = 23152.5

This confirms our answer. The formula is simply a shortcut for doing this multiplication three times.

Common Mistake

The most common error is treating growth as simple (not compound). Students calculate: 5%5\% of 20000=100020000 = 1000 per year, then 20000+3×1000=2300020000 + 3 \times 1000 = 23000. This is wrong for population growth because each year the base changes. The correct answer, 23,152 or 23,153, is higher because the 2nd and 3rd year growth is on a larger base.

For CBSE Class 8, if the question says “compounded annually” or simply “grows at r% per year,” use the compound formula. If it says “simple growth” or the context is simple interest, use Pn=P0(1+nr/100)P_n = P_0(1 + nr/100).

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next