document.write( "Question 369676: Mario Deposited $500 at 8% interest. The interest is compounded 4 times a year. how much money does Mario have iin his account after 3 years? \n" ); document.write( "
Algebra.Com's Answer #263450 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=500(1+0.08/4)^3*4
\n" ); document.write( "A=500(1.02)^12
\n" ); document.write( "A=500*1.268241
\n" ); document.write( "A=634.12
\n" ); document.write( "
\n" );