document.write( "Question 286815: find the amount owed at the end of 7 years if 2700 is loaned at a rate 8% compounded quarterly.
\n" );
document.write( "A=p(1+r/n)^nt
\n" );
document.write( "A=28(1+.08/2700)^2700*7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #207989 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the amount owed at the end of 7 years if 2700 is loaned at a rate 8% compounded quarterly. \n" ); document.write( "A=p(1+r/n)^nt \n" ); document.write( "8% per year is 2% per quarter \n" ); document.write( "n = 4 \n" ); document.write( "t = 7 \n" ); document.write( "r = 0.08 \n" ); document.write( "------------ \n" ); document.write( "A = 2700*(1 + 0.02)^28 \n" ); document.write( "A =~ 4700.77 \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |