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)![]() ![]() 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 =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |