document.write( "Question 901354: Question: A finance company lent a certain amount money to Firm A at 7% annual interest. An amount $100 less than that lent to Firm A was lent to Firm B at 8% and an amount $200 more than that was lent to Firm C at 8.5%. All loans were for one year. If the total annual income is $126.50, how much was lent to each firm? \r
\n" );
document.write( "\n" );
document.write( "Use x for the amount of rent for Firm A. \n" );
document.write( "
Algebra.Com's Answer #546704 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a=.07x \n" ); document.write( "b=.08(x-100) \n" ); document.write( "c=.085(x+100) \n" ); document.write( "a+b+c=126.50\r \n" ); document.write( "\n" ); document.write( "incomes a=37.5319, b=34.8936, c=54.0745, \n" ); document.write( "x=536.17 \n" ); document.write( "Firm A 536.17 \n" ); document.write( "Firm B 436.17 \n" ); document.write( "Firm C 636.17\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |