document.write( "Question 319698: Find the compound interest earned by the deposit. Round to the nearest cent.
\n" );
document.write( "$1800 compounded quarterly at 4% for six years. I tried the formula for your question #201910 but that one is compounded annually instead. \n" );
document.write( "
Algebra.Com's Answer #228936 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! A=P(1+r/n)^nt \n" ); document.write( "A=1800(1+.04/4)^4*6 \n" ); document.write( "A=1800(1.01)^24 \n" ); document.write( "A=1800(1.26973649) \n" ); document.write( "A=2285.53 \n" ); document.write( "2285.53-1800=$485.53 \n" ); document.write( "r=rate \n" ); document.write( "n=compounding periods per year \n" ); document.write( "t=number of yrs \n" ); document.write( "A=total \n" ); document.write( " |