document.write( "Question 1104950: A bank lends two people a total of $b. The first person pays x% interest and the second pays y% interest. The amount of interest received by the bank is the same for each loan. How much was loaned at x%? \n" ); document.write( "
Algebra.Com's Answer #719720 by stanbon(75887) ![]() You can put this solution on YOUR website! A bank lends two people a total of $b. The first person pays x% interest and the second pays y% interest. The amount of interest received by the bank is the same for each loan. How much was loaned at x%? \n" ); document.write( "------\r \n" ); document.write( "\n" ); document.write( "================================== \n" ); document.write( "Equations:\r \n" ); document.write( "\n" ); document.write( "(x/100)m = i \n" ); document.write( "(y/100)(b-m) = i \n" ); document.write( "---------------- \n" ); document.write( "x m = 100i \n" ); document.write( "y(b-m) = 100i \n" ); document.write( "---- \n" ); document.write( "xm = y(b-m) \n" ); document.write( "xm-ym = yb \n" ); document.write( "m = (yb)/(x-y) \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " \n" ); document.write( " |