document.write( "Question 363326: the larger of two numbers is 4 less than twice the smaller. three times the largerexceeds four times the smaller by 6. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #259031 by robertb(5830)![]() ![]() You can put this solution on YOUR website! L = 2s-4, \n" ); document.write( "3L = 4s + 6. By substituting the top eqaution into the bottom equation, \n" ); document.write( "3(2s-4) = 4s+6, \n" ); document.write( "6s-12 = 4s+6, \n" ); document.write( "2s = 18, \n" ); document.write( "s = 9, the smaller number. \n" ); document.write( "L = 2*9-4 = 14, the larger number. \n" ); document.write( " |