document.write( "Question 1013696: The sum of two number is 112. The smaller is 58 less than the greater. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #630000 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Okay...call the two numbers, larger and smaller, x and y. Then we have
\n" ); document.write( "x + y = 112 and
\n" ); document.write( "y = x - 58 or x - y = 58
\n" ); document.write( "Then we can add these together and get
\n" ); document.write( "x + y = 112
\n" ); document.write( "x - y = 58
\n" ); document.write( "----------------
\n" ); document.write( "2x = 170
\n" ); document.write( "x = 85 and then
\n" ); document.write( "y = 85 - 58 = 27
\n" ); document.write( "The numbers are 85 and 27.
\n" ); document.write( "
\n" );