document.write( "Question 669260: 2% annual interest rate compounded monthly, invest 5000 and after tenyears how much money do i have \n" ); document.write( "
Algebra.Com's Answer #416293 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=5000(1+0.02/12)^12*10
\n" ); document.write( "A=5000(1.001667)^120
\n" ); document.write( "A=5000(1.221248)
\n" ); document.write( "A=$6106.24
\n" ); document.write( "
\n" );