document.write( "Question 326632: if you deposit $2,000 in an account earning 3% interest compound monthly, how much will you have in the account in 5 years? \n" ); document.write( "
Algebra.Com's Answer #233881 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=2000(1+.03/12)^12*5
\n" ); document.write( "A=2000(1.1616168)
\n" ); document.write( "A=2323.23
\n" ); document.write( "
\n" );