Question 248886
annuity payment is equal to x.
future value is equal to 250000
annual interest = 11%


the assumption is that monthly compound interest is being used.


this means that you have to convert your annual interest rate to monthly interest rate.


it also means you have to convert your number of time periods from years to months.


the formula you need would be:


{{{ PMT(FV) = (FV / (((((1+i)^n-1))/i))) }}}


PMT = Payment per Time Period
FV = Future Value
i = Interest Rate per Time Period
n = Number of Time Periods


In your problem:


PMT = x
FV = 250000
i = .11 / 12 = .0091666666667
n = 39 * 12 = 468


you convert your annual interest rate to monthly interest rate by dividing it by 12.


you convert your number of time periods from years to months by multiplying it by 12.


your formula becomes:


{{{ x = (250000 / (((((1.0091666666667)^468 - 1))/.0091666666667))) }}}


your answer becomes:


x = 32.48088508


I confirmed using a financial calculator.


the answer is valid except that the financial calculator returned an answer of x = 32.1858482


i'm attributing the difference in the answers to rounding.



**************************** NOTE ****************************************


The difference was not due to rounding.


The difference was due to the fact that my financial calculator was set to calculate based on payments at the beginning of the month rather than at the end of the month.


I changed the option and recalculated and got an answer of 32.48088514


This is much closer to the answer of 32.48088508 I got using a scientific calculator based on the formula.


The 32.48088508 number is confirmed fully now.


There's a much smaller difference that is definitely most likely due to rounding.


*************************************end of note****************************


i would go with what your calculator says after you do the operations as indicated above.


your formula was:


{{{250000(0.09)/(1+0.09)^39-1}}}


first problem is your formula should have been:


{{{250000 / ((((1.009166667)^39-1)/.009166667))}}}


second problem is you should have used 468 instead of 39 to get:


{{{250000 / ((((1.009166667)^468-1)/.009166667))}}}