document.write( "Question 1118312: Find the payment necessary to amortize a 12% loan of $1800 compounded quarterly, with 17 quarterly payments.\r
\n" );
document.write( "\n" );
document.write( "The payment size is $? \n" );
document.write( "
Algebra.Com's Answer #733744 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Payment=1800(.03)(1.03^17)/(1.03^17-1) \n" ); document.write( "the .03 is the interest rate .12 divided by 4, quarterly. \n" ); document.write( "round at the end \n" ); document.write( "$136.71 \n" ); document.write( "formula is P=Ar(1+r)^n/[(1+r)^n-1] \n" ); document.write( " \n" ); document.write( " |