document.write( "Question 608927: The sum of two numbers is 92, and one exceeds the other by 40. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #383475 by flame8855(424)![]() ![]() You can put this solution on YOUR website! x+y = 92 \n" ); document.write( "y = x +40 \n" ); document.write( "2x+40 = 92 \n" ); document.write( "2x = 52 \n" ); document.write( "x = 26 \n" ); document.write( "y = 66 \n" ); document.write( " |