document.write( "Question 382382: Find the amount of money in an account after 7 years if $3600 is deposited at 8% annual interest compounded annually. \n" ); document.write( "
Algebra.Com's Answer #271022 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=3600(1+0.08)^7
\n" ); document.write( "A=3600*1.71382
\n" ); document.write( "A=$6169.77
\n" ); document.write( "
\n" );