document.write( "Question 1007741: The smaller number is 13 less than the larger number. Their sum is 111. Find the larger number. \n" ); document.write( "
Algebra.Com's Answer #623608 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the larger number x and the smaller one y. Then we have \n" ); document.write( "y = x - 13 and \n" ); document.write( "x + y = 111 \n" ); document.write( "Rearrange the first one and get \n" ); document.write( "x - y = 13 and then add it to the other equation: \n" ); document.write( "x + y = 111 \n" ); document.write( "-------------- \n" ); document.write( "2x = 124 \n" ); document.write( "x = 62 \n" ); document.write( "y is the 62-13 = 49 \n" ); document.write( " \n" ); document.write( " |