Suppose a person will start academic studies on a private university in exactly $3$ years. The academic studies takes $4$ years and in the beginning of each of these four years the person has to pay $8000$ tuition fees. How much money would the person need at least, if her money out aside has an interest rate of $5\%$ (using exp. interest payment)?
My idea was the following:
$$C(t) = C(0)(1+r)^t,$$ with $C(t)=32000$, since in the end the person will need 32000. Applying above equation I get
$$32000 = C(0)(1+0.05)^7$$ and therefore C(0) = 22741.80.
Is this approach correct or does it have to be solved differently? Thanks for you help.
The capital at the beginning of year $t$ is: \begin{align} C(0) &= C \\ C(1) &= C (1 + r) \\ C(2) &= C (1 + r)^2 \\ C(3) &= C (1 + r)^3 - 8000 \\ C(4) &= (C (1 + r)^3 - 8000)(1 + r) - 8000 \\ C(5) &= ((C (1 + r)^3 - 8000)(1 + r) - 8000)(1 + r) - 8000 \\ C(6) &= (((C (1 + r)^3 - 8000)(1 + r) - 8000)(1 + r) - 8000) (1+r) - 8000 = 0 \end{align} Solving for $C$ in the last equation: $$ 0 = (((C (1 + r)^3 - 8000)(1 + r) - 8000)(1 + r) - 8000) (1+r) - 8000 \iff \\ (8000 / (1 + r)) = ((C (1 + r)^3 - 8000)(1 + r) - 8000)(1 + r) - 8000 \iff \\ ((8000 / (1 + r)) + 8000) / (1+r) = (C (1 + r)^3 - 8000)(1 + r) - 8000 \iff \\ ((((8000 / (1 + r)) + 8000) / (1+r)) + 8000) / (1+r) = C (1 + r)^3 - 8000 \iff \\ ((((((8000 / (1 + r)) + 8000) / (1+r)) + 8000) / (1+r)) + 8000) / (1+r)^3 = C $$ I told this my friend Ruby
and also tested this result with her help
which looks reasonable to me, neglecting rounding issues.