document.write( "Question 248970: Ann invested $9000 in two accounts. One account gave 10% interest and the other 8%. FInd the amount invested in each account if she recieved $840 interest after one year. \n" ); document.write( "
Algebra.Com's Answer #181401 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
.08x+.1(9000-x)=840
\n" ); document.write( ".08x+900-.1x=840
\n" ); document.write( "-.02x=-60
\n" ); document.write( "x=$3000 at 8%
\n" ); document.write( "$6000 at 10%
\n" ); document.write( "
\n" ); document.write( "
\n" );