document.write( "Question 394770: Find the amount owing on a loan of $7400 at the end of 3 years, with interest at 10.9%/annum, compounded monthly. \n" ); document.write( "
Algebra.Com's Answer #280113 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
loan P=7400
\n" ); document.write( "annual interest=0.109
\n" ); document.write( "term=3years
\n" ); document.write( "compounded monthly
\n" ); document.write( "Final =7400*(1-0.109/12)^(3*12)=5328.05
\n" ); document.write( "
\n" );