document.write( "Question 494460: the difference between two numbers is 116.6 times the smaller is equal to 4 more than the larger. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #335652 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! the difference between two numbers is 116.6 times the smaller is equal to 4 more than the larger. what are the numbers? \n" ); document.write( "==================================================== \n" ); document.write( "Let x = the larger number, y = the smaller number \n" ); document.write( "Given: \n" ); document.write( "Difference of the two numbers = 116 \n" ); document.write( "6 times the smaller = 4 more than the larger \n" ); document.write( "x - y = 116 -> x = y + 116 \n" ); document.write( "6y = x + 4 -> 6y = (y+116) + 4 \n" ); document.write( "Solve for y: \n" ); document.write( "5y = 120 \n" ); document.write( "y = 24 \n" ); document.write( "Hence x = 24 + 116 = 140 \n" ); document.write( "Ans: 24, 140 \n" ); document.write( " |