document.write( "Question 769107: One number is 17 less than another; their sum is 125. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #468886 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! One number = x \n" ); document.write( "Other number = x - 17 \n" ); document.write( "x + (x - 17) = 125 \n" ); document.write( "x + x - 17 = 125 \n" ); document.write( "2x = 142 \n" ); document.write( "x = 71 \n" ); document.write( "One number = 71 \n" ); document.write( "Other number = 54 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |