A small town has a population of 12000 people. Each year, the population increases by 10%.
-
What will be the population of the town after 1 year? 2 years? 3 years?
-
What will be the population after \(t\) years?
βIncrease by 10%β means that it keeps all of the population it has, and adds 10% more of that number.
-
100% of the population is the amount it already has
-
10% more means you are at 110% of the original.
As a decimal, \(110\%=1.10\text{.}\) So, increase by 10% means multiply by 1.10.
-
At the start (year 0), the population is 12000.
-
After 1 year, the population is \(12000 \times 1.10 = 13200\) people.
-
After 2 years, the population is \(12000 \times 1.10 \times 1.10 = 12000(1.10)^2 = 14520\) people.
-
After 3 years, the population is \(12000 \times 1.10 \times 1.10 \times 1.10 = 12000(1.10)^3 = 15972\) people.
Notice the pattern, which is that we multiply the initial population of 12000 by 1.10 for each year.
In general, after \(t\) years, we are multiplying by 1.10 precisely \(t\) times. So, the general formula for population, weβll call it \(P(t)\text{,}\) is given by,
\begin{gather*}
P(t)=12000(1.10)^t
\end{gather*}
