Q:

Suppose you accumulated $500,000, perhaps from many years of saving. You put the money in a savings plan earning 6% compounded monthly. If you want to withdraw $4,000 at the beginning of each month, how long before the savings plan is exhausted?

Accepted Solution

A:
The amortization formua I'm familiar with assumes payments are made at the end of the period, so we'll use it for the part after the first payment has already been made.
.. A = 4,000
.. P = 500,000 -4000 = 496,000
.. i = 0.06
.. n = 12
.. t = to be determined
And the formula is
.. A = Pi/(n(1 -(1 +i/n)^(-nt))) . . . . . amortization formula with payments at the end of the period
.. 1 -(1 +i/n)^(-nt) = Pi/(An) . . . . . . rearrange to get "t" factor in numerator
.. 1 -Pi/(An) = (1 +i/n)^(-nt) . . . . . . get "t" factor by itself
.. log(1 -Pi/(An)) = -nt*log(1 +i/n) . . . . use logarithms to make the exponential equation into a linear equation
.. log(1 -Pi/(An))/(-n*log(1 +i/n)) = t . . . . divide by the coefficient of t
.. t = 16.1667 . . . . . years (after the first monthly withdrawal)

The plan will support withdrawals for 16 years and 3 months (195 payments).