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 #207986 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! A=P((1+(R/N))^(NT)) \n" ); document.write( "P is initial capital \n" ); document.write( "A is accumulated capital \n" ); document.write( "R is yearly rate \n" ); document.write( "N is number of payments per year \n" ); document.write( "T is term (number of years over which compounded) \n" ); document.write( "p=2700 \n" ); document.write( "n=4 \n" ); document.write( "t=7 \n" ); document.write( "r=.08 \n" ); document.write( "plug those in and try again \n" ); document.write( " |