document.write( "Question 316246: Mr. and Mrs. McAdams invest a total of $8000 in two savings accounts. One account gives 10% simple interest and the other 8% simple interest. Find the amount placed in each account if they receive a total of $750 in interest after 1 year. \n" ); document.write( "
Algebra.Com's Answer #226164 by karimagi(1)\"\" \"About 
You can put this solution on YOUR website!
x + y = 8000\r
\n" ); document.write( "\n" ); document.write( ".1x + .08y = 750\r
\n" ); document.write( "\n" ); document.write( "y = 8000 - x\r
\n" ); document.write( "\n" ); document.write( ".1x + .08(8000 - x) = 750\r
\n" ); document.write( "\n" ); document.write( ".1x + 640 - .08x = 750\r
\n" ); document.write( "\n" ); document.write( ".02x = 750 - 640 = 110\r
\n" ); document.write( "\n" ); document.write( "x = 110 / 0.02 = 5500\r
\n" ); document.write( "\n" ); document.write( "y = 8000 - 5500 = 2500\r
\n" ); document.write( "\n" ); document.write( "The two amounts are $5500 and $2500.
\n" ); document.write( "
\n" );