Starting conditions:
-------------------
Age: 327 months (27 years, 3 months)
Savings: $21,345
Write a function which computes earned sum after each month
Working:
--------
Months: 489
Per Month Savings: $1000
Rate of Return: 4.5% per year ( 0.045/12 per month)
[above inflation]
I need to find out how many dollars after 489 months knowing that now I am 327 months old and my current savings are $21345.
I managed to solve this problem using geometric progression, and of course using powers. But now, I would like to compute without using powers. I would like to use a function, like in programming. Do you have any idea?
Thanks!
Output: $ 261475.11