As you can see, it says that the population is growing 6% per year. We are always getting the 6% always from the previous year, not from the original year and that make this exponential growth. Therefore our function is exponential.
This is how it goes:
for t =0, (which is the year 2000)
P(0) = 13600
for t=1
P(1) = 13600 + 6%(13600)
if we say r = rate then
P(1) = 13600 + r (13600) = 13600 (1 + r)
for t=2
P(2) =(previous year pop.) + r(previous year pop.)
P(2) = [13600(1 +r)] + r[(13600(1 + r)]. Factor out 13600(1 + r):
P(2) = 13600(1+r)(1+r) =13600(1+r)2.
for t=3, you'll see that:
P(3) = 13600(1+r)3
Therefore our function should be:
(a) P(t) = 13600(1 + r)t, where r=0.06
or P(t)=13600 (1.06)t
2008 is 8 years from year 2000, Therefore here, t=8:
(b) P(8) = 13600 (1.06)8 = 21676
*Take note that we have to round off to the nearest whole number for the population because we can't have a fraction of a fox.