The problem that I am working on is the following.
Jim began saving money for this retirement by making monthly deposits of 200 into a fund earning 6% interest compounded monthly. The first deposit occurred on 1/1/1985. He became unemployed and missed making deposits 60 through 72. He then continued making monthly deposits of 200. How much did Jim accumulate in his fund on 12/31/1999?
My thought process is this.
He missed twelve payments in the middle, so we can pretend that he paid the entire 180 months but he spent 200 twelve times from payment 60 to 72. So,
$$200 \ddot{s}_{\overline{180}\rceil .5\%} -200\ddot{s}_{\overline{12}\rceil .5\%}(1.005)^{108} =FV$$
which gives me 54,205 as an answer.
But the answer is supposedly 53,840.
What am I doing wrong?
The number we are looking for is \begin{equation} \sum_{i=1}^{180} a_i\cdot 1.005^{i-1}, \end{equation} where $a_i = 0$ if $60\le i \le 72$ and $200$ otherwise. Therefore the sum splits as \begin{equation} \sum_{i=1}^{180} a_i\cdot 1.005^{i-1} = 200\left(\sum_{i=1}^{61}\cdot 1.005^{i-1} + \sum_{i=73}^{180}\cdot 1.005^{i-1}\right). \end{equation} Now these are geometric sums, which have known closed form. Can you solve the problem from here on?