document.write( "Question 430008: A developer needs $80,000 to buy land. He is able to borrow the money at 7% compounded quarterly. How much interest will be paid on the loan if it is paid off in 5 years? (To the nearest dollar, do not include the $)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #298696 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Principal P = 80000 \n" ); document.write( "Amount= A \n" ); document.write( "years=n 5 \n" ); document.write( "compounded 4 times a year \n" ); document.write( "Rate = 7.00 0.02 \n" ); document.write( "Amount = P*((n+r)/n)^n \n" ); document.write( " \n" ); document.write( "Amount =80000*( 1+0.02)^5*4 \n" ); document.write( "Amount =80000*( 1+0.02)^20 \n" ); document.write( " 80000*(1.02)^20 \n" ); document.write( "Amount =113182.26 \n" ); document.write( "Interest =113182.26-80000=33,182 \n" ); document.write( " \n" ); document.write( " |