Question 1139126
.


            The usual  (the regular,  the traditional)  formulation of such problems considers withdrawing money 
            at the BEGINNING of each month  (with the compounding still at the end of each month).


            It is also coherent  (consistent)  with the common sense:  you need money at the beginning of each month to spend them 
            during the month - not at the end of the month.


            So, I will edit your formulation in this way


<pre>
              Find the lump sum that one must invest in an annuity in order to receive R 1000 at the {{{highlight(cross(end))}}} <U>beginning</U> of each month 
              for the next 16 years, if the annuity pays 9% per annum, compounded monthly.
</pre>


<U>Solution</U>


<pre>
For this problem, the general formula is  


    X = {{{W*p*((1-p^(-n))/r)}}}.


where X is the lump sum to deposit at the account once at the beginning.


In this case,  the withdrawal monthly rate is W = R 1000,  the monthly compounding rate is  r = 0.09/12 = 0.0075,  
p = 1 + r = 1 + 0.0075 = 1.0075, the number of withdrawing periods is  n = 16*12 = 192
(same as the number of compounding periods). So


          X = {{{1000*1.0075*((1-1.0075^(-192))/0.0075)}}} = 102334.56.     <U>ANSWER</U>


<U>ANSWER</U>.  The lump sum to deposit at the account once at the beginning is  R 102334.56.
</pre>

Solved.


--------------


See my lessons in this site associated with annuity saving plans and retirement plans 


&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=http://www.algebra.com/algebra/homework/Sequences-and-series/Ordinary-Annuity-saving-plans-and-geometric-progressions.lesson>Ordinary Annuity saving plans and geometric progressions</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=http://www.algebra.com/algebra/homework/Sequences-and-series/Annuity-due-saving-plans-and-geometric-progressions.lesson>Annuity Due saving plans and geometric progressions</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Sequences-and-series/Solved-problem-on-Ordinary-Annuity-saving-plans.lesson>Solved problems on Ordinary Annuity saving plans</A> 

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Sequences-and-series/Withdrawing-a-certain-amount-of-money-periodically-from-a-compounded-saving-account.lesson>Withdrawing a certain amount of money periodically from a compounded saving account</A> (*)

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Sequences-and-series/Solved-problems-on-Annuity-saving-plans.lesson>Miscellaneous problems on retirement plans</A> 


in this site, &nbsp;and especially lesson marked &nbsp;(*) &nbsp;in the list as the most relevant to the given problem.