Question 1139157
.


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


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


            So, I will edit your formulation in this way


<pre>
              An inheritance of R400 000 will provide how much at the {{{highlight(cross(end))}}} <U>beginning</U> of each year for the next 20 years, 
              if money is worth 7% p.a., compounded annually?
</pre>


<U>Solution</U> &nbsp;to the edited problem


<pre>
For this problem, the general formula is  


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


where W is the withdrawing annual rate,  A is the initial amount at the account, 
r is the annual compounding percentage rate, expressed as a decimal, and p = (1+r).


In this case,  the initial amount is  400000,  the annual compounding rate is  r = 0.07,  
p = 1 + r = 1 + 0.07, the number of withdrawing periods is  n = 20
(same as the number of years). So


          W = {{{400000*(0.07 / ((1+0.07)*(1-(1+0.07)^(-20))))}}} = 35287.08.     <U>ANSWER</U>


<U>ANSWER</U>.  Inheritance of R 400000 will provide R 35287.08 annually under given conditions.
</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.



/\/\/\/\/\/\/\/\/


The difference with the answer by @MathTherapy is due to the fact that his calculation supposes that
the amount withdraws at the end of each year, while my solution assumes that the amount withdraws at the beginning of each year.