document.write( "Question 1032956: A number is 9 more than another.The sum of the 2 number is 37.Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #647576 by Alan3354(69443) You can put this solution on YOUR website! x - y = 9 \n" ); document.write( "x + y = 37 \n" ); document.write( "------------ Add \n" ); document.write( "2x = 46 \n" ); document.write( "x = 23 \n" ); document.write( "y = 14 \n" ); document.write( " \n" ); document.write( " |