document.write( "Question 1129933: sally has money in two accounts. one account pays 5% interest, whereas the other pays 11% annual interest. if she has $400 more invested at 11% than she does at 5% and her total interest for a year is $172, how much does she have in each account? \n" ); document.write( "
Algebra.Com's Answer #746548 by ikleyn(52794)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x be the amount invested at 11%, in dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the amount invested at 5% is (x-400) dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The condition says\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    interest + interest     = total interest,  or\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    0.11x    + 0.05*(x-400) = 172\r\n" );
document.write( "   \r\n" );
document.write( "\r\n" );
document.write( "    0.11x + 0.05x - 0.05*400 = 172\r\n" );
document.write( "\r\n" );
document.write( "    0.16x = 172 + 0.05*400\r\n" );
document.write( "\r\n" );
document.write( "    x = \"%28172+%2B+0.05%2A400%29%2F0.16\" = 1200 dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  1200 invested at  11%,  and  1200 - 400 = 800 dollars invested at 5%.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Check.  0.11*1200 + 0.05*800 = 172 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" );