We had this question on a test and it's kinda puzzling for me.
A private high school charges $57,000 for tuition, but this figure is expected to rise 10% per year. What will tuition be in 3 years?
a) $68,970
b) $75,867.00
c) $83,453.70
d) $76,942,00
Using the formula $y(t) = a \times (1+k)^t$, where $a$ is initial tuition, $k$ is rate and $t$ is time, we get $$57,000 \times (1+0.1)^3=\$75,867.00$$ which is also the correct the answer is actually (choice B). However, I used the exponential growth formula $y(t)= a × e^{kt}$, which gives $$57,000 \times e^{0.1 \times 3} = \$76,942,00 $$ which is choice D! I can't really distinguish between the 2 equations and why B is correct while D isn't.
It can be the same but you need to alter the rate, notice that $$ 57000 \cdot e^{\ln(1 + 0.1) t} = 57000 \cdot (e^{\ln(1 + 0.1)})^t = 57000 \cdot (1 + 0.1)^t $$ So if you wanted to use the model $$ a \cdot e^{k t} $$ then you must set $k = \ln(1 + 0.1)$.