document.write( "Question 850213: Suppose you deposit $100 in a bank and receive 4% per year compound interest for 7 years, compounded monthly. Find the amount after 7 years. Round to the nearest dollar.
\n" ); document.write( "Would the formula be be set up like
\n" ); document.write( "(100*.4*7)+100\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #512041 by checkley79(3341)\"\" \"About 
You can put this solution on YOUR website!
THE FORMULA IS:
\n" ); document.write( "P(1+I)^T
\n" ); document.write( "100(1+.04/12)^7*12
\n" ); document.write( "100(1.00333)^84
\n" ); document.write( "100*1.322=132.20 ANS.
\n" ); document.write( "
\n" );