document.write( "Question 485530: The sum of two integers is twenty-two. Seven times the smaller integer is eleven more than four times the larger integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #332059 by John10(297)![]() ![]() You can put this solution on YOUR website! Let x be the smaller number and y is the larger number \n" ); document.write( "The sum is 22: x + y = 22 (1) \n" ); document.write( "7x = 11 + 4y (2) \n" ); document.write( "Solve (1) and (2), you will find x and y are 9 and 13. \n" ); document.write( " |