document.write( "Question 207979: Nancy invests $100 in one account for 10 year at a 9% interest rate compounded annually, and she invests $150 in an account for 10 years at a 6% interest rate compounded semi-annually. how much money will she have in the account after 10 years? \n" ); document.write( "
Algebra.Com's Answer #157328 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=P(1+r)^t
\n" ); document.write( "A=100(1.09)^10
\n" ); document.write( "A=100(2.3674)
\n" ); document.write( "A=236.74
\n" ); document.write( "-----------------
\n" ); document.write( "A=P(1+r/2)^nt
\n" ); document.write( "A=150(1+.06/2)^2*10
\n" ); document.write( "A=150(1.03)^20
\n" ); document.write( "A=150(1.806)
\n" ); document.write( "A=270.92
\n" ); document.write( "
\n" ); document.write( "
\n" );