document.write( "Question 608929: One of two numbers exceeds the other by 10, and their sum is 126. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #383431 by flame8855(424)\"\" \"About 
You can put this solution on YOUR website!
y = x +10
\n" ); document.write( "x+y = 126
\n" ); document.write( "2x+10 = 126
\n" ); document.write( "2x = 116
\n" ); document.write( "x = 58
\n" ); document.write( "y = 68
\n" ); document.write( "
\n" );