If you invest a dollar at “6% interest compounded monthly,” it amounts to $1.005^n$ dollars after $n$ months. If you invest 10 dollars at the beginning of each month for 10 years (120 months), how much will you have at the end of the 10 years? I know the answer is $1646.99 but do not know how to get this answer using the compound interest formula. Please explain.
Asked
Active
Viewed 144 times
0
-
We use dollar signs to set off MathJax, which is why your post changes from normal to italics. Please escape the dollar signs or escape them with backslashes. – Ross Millikan Jan 02 '19 at 21:20
-
What have you tried? The compound interest formula is all you really need. – Neeyanth Kopparapu Jan 02 '19 at 21:31
-
This is called Future value of annuity due – farruhota Jan 03 '19 at 05:16
1 Answers
2
Your first deposit compounds for 120 months. The second for 119 months. Your last deposit for 1 month.
The future value of 120 deposits.
$10(1.005)^{120} + 10(1.005)^{119} + \cdots + 10(1.005)$
or
$\sum_{n=1}^{120} 10(1.005)^n$
This is the sum of a geometric progression.
$\sum_{n=1}^{m} y^n = \frac {y(y^m-1)}{y-1}$
to find this formula multiply by $\frac {1-y}{1-y}$
$\frac {1}{1-y}(1-y)(y+y^2 + y^3 + \cdots + y^m) = \frac {1}{1-y} (y - y^2 + y^2 -y^3 + y^3-y^4 + \cdots - y^{m+1})$
The expression "telescopes" leaving:
$\frac {1}{1-y} (y - y^{m+1})$ which equals the formula above.
plugging the numbers for this problem.
$10\frac {1.005(1.005^{120} - 1)}{0.005}$
Doug M
- 57,877