document.write( "Question 954209: PLEASE HELP ME !!
\n" );
document.write( "Find the periodic payment which will amount to a future value of 25,000 with an interest rate of 4% compounded semi-annually at the end of five consecutive years.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #582768 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We use the following formula \n" ); document.write( "P = PMT[((1 + r)^n - 1) / r], where P is the future value, r is interest rate, n is number of periods over which payments are made and PMT is amount of each payment, therefore \n" ); document.write( "25000 = PMT[((1 + .04)^10 - 1) / .04], note that n = 5*2 \n" ); document.write( "25000 = PMT(12.006107125) \n" ); document.write( "PMT = 25000 / (12.006107125) = 2082.273607899 approx $2082.27 \n" ); document.write( "each payment is $2082.27 \n" ); document.write( " \n" ); document.write( " |