Calculate the final amount using the formula A = P(1 + r)^t
This calculator models exponential growth. Enter the initial amount, the rate of growth (as a percentage), and the number of time periods to find the final amount.
The growth rate 'r' is entered as a percentage but is converted to a decimal for the calculation (e.g., 5% becomes 0.05). A negative growth rate models exponential decay.
(1 + r/100)
, raises it to the power of t
, and then multiplies the result by P
to find the final amount A
.