|
|
David has 80,000 dollars in his college fund,
but he can only make one withdrawal for half of the remaining fund each month.
Let a1, a2 , a3, ... an be
the amount of withdrawal and
d1, d2 , d3, ... dn be the remaining
balance of the fund for the 1st, 2nd, 3rd,
... nth month.
Each month, David can withdraw:
a1 = (60,000)(1/8)
a2 = (60,000)(1 - 1/8)(1/8) = (60,000)(7/64)
a3 = (60,000)(1 - 1/8 - 7/64)(1/8) = (60,000)(49/512)
.
.
.
an = (60,000)(1/8)(7/8)n-1
The remaining balance becomes:
d1 = (60,000)(1 - 1/8) = (60,000)(7/8)
d2 = (60,000)(1 - 1/8 - 7/64) = (60,000)(49/64)
d3 = (60,000)(1 - 1/8 - 7/64 - 49/512)
= (60,000)(343/512)
.
.
.
dn = (60,000)(7/8)n |
The Plot of Remaining Balance
versus Month |
|
Thus, a sequence can be formed to represent the remaining balance
of the fund:
dn = {60,000(7/8, 49/64, 343/512,...,
(7/8)n)}
As the number of month increases, the balance remaining becomes closer
and closer to 0. However, it is assumed that the college fund runs out
when the remaining balance is one hundred dollars. Hence, the problem
at hand is what value of n will give the sequence a limit of 100. That
is,
(60,000)(7/8)n = 100
Solving the above equation to obtain:
n = 47.9
Hence, David has around 48 months to prepare and become financially
independent. |