I am supposed to solve the problem:
A 24-year-old man decides to invest 200,000 euros at a 7% annual interest rate to bring him a regular annual pension from 31 to 50 years inclusive. What will be the pension?
What I did was that I used the formula for the future formula of pension:
$$FV=A\frac{\left ( 1+i \right )^{n}-1}{i}\left ( 1+i \right )=200,000\frac{\left ( 1+0,07 \right )^{7}-1}{0,07}\left ( 1+0,07 \right )=1851960.514$$ and then I divided it for twenty years which is 92598.02
But that is incorrect. The correct solution is 28331.
Can someone tell me, where I made a mistake?
From 24 to 30 he will just accumulate interest, meaning his starting principal before starting to take his pension is $200000(1+0.07)^7$ (seven years between 24 and 31). Then you use a formula that as far as I can tell is simply incorrect. You'll want to find the formula for computing the installment. Is there a textbook you're following?
– Git Gud Oct 27 '19 at 11:31In any case, if you use the correct formula for finding the installments, you'll get the right answer (trust me, I've checked).
– Git Gud Oct 27 '19 at 12:16