document.write( "Question 617174: An investment earns 5.5% annual interest, compounded monthly. If $1800 is invested, what is the balance after 2 months? \n" ); document.write( "
Algebra.Com's Answer #388185 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
1800 * [1 + (.055 / 12)]^2 \n" ); document.write( "
\n" );