document.write( "Question 912118: Ryan invested $1500 into two accounts, one paying 6% interest and the other paying 8% interest. After two years the amount of interest he earned was $204. How much was invested into each account? \n" ); document.write( "
Algebra.Com's Answer #553590 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x amount at 8%
\n" ); document.write( ".08x + .06(1500-x) = 204
\n" ); document.write( "x = 114/.02, amount at 8%
\n" ); document.write( "\"1500-x\", amount at 6%
\n" ); document.write( "
\n" );