document.write( "Question 548278: Find the total amount in an account to the nearest cent after 2 years if the intrest is compounded twice a yearon an investment of $3500 at 2.25% \n" ); document.write( "
Algebra.Com's Answer #356893 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=3500(1+0.0225/2)^2*2
\n" ); document.write( "A=3500(1.01125)^4
\n" ); document.write( "A=3500*1.045765
\n" ); document.write( "A=$3660.18
\n" ); document.write( "
\n" );