document.write( "Question 1191549: Kevin has money in two savings accounts. One rate is 6% and the other is 12%. If he has $600 more in the 12% account and the total interest is $279, how much is invested in each savings account? \n" ); document.write( "
Algebra.Com's Answer #823343 by ikleyn(52908)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Kevin has money in two savings accounts. One rate is 6% and the other is 12%.
\n" ); document.write( "If he has $600 more in the 12% account and the total interest is $279,
\n" ); document.write( "how much is invested in each savings account?
\n" ); document.write( "~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "x = the amount saved at 12%;  \r\n" );
document.write( "\r\n" );
document.write( "y = the amount saved at 6%.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the condition, you have these two equations\r\n" );
document.write( "\r\n" );
document.write( "    x     -     y = 600   dollars     (1)\r\n" );
document.write( "\r\n" );
document.write( "    0.12x + 0.06y = 279   dollars     (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve this system, express x = y + 600 from equation (1) and substitute it into equation (2).  You will get\r\n" );
document.write( "\r\n" );
document.write( "    0.12(y+600) - 0.06y = 279\r\n" );
document.write( "\r\n" );
document.write( "    0.12y + 0.12*600 + 0.06y = 279\r\n" );
document.write( "\r\n" );
document.write( "    0.12y + 0.06y            = 279 - 0.12*600\r\n" );
document.write( "\r\n" );
document.write( "         0.18y               = 207\r\n" );
document.write( "\r\n" );
document.write( "             y               = 207/0.18 = 1150.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then from equation (1),\r\n" );
document.write( "\r\n" );
document.write( "    x = 600 + 1150 = 1750.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  $1750 invested at 12%  and  $1150 invested at 6%.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.  I will check equation (2).   Its left side is  0.12*1750 + 0.06*1150 = 279  dollars.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );