document.write( "Question 1087459: The sum of two numbers is 153, while the difference of the two numbers is 35. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #701750 by addingup(3677) You can put this solution on YOUR website! x+y = 153 \n" ); document.write( "x-y = 35 \n" ); document.write( "add them up: \n" ); document.write( "x+y = 153 \n" ); document.write( "+ \n" ); document.write( "x-y = 35 \n" ); document.write( "---------- \n" ); document.write( "2x = 188 \n" ); document.write( "now solve for x: \n" ); document.write( "x = 94 \n" ); document.write( "Since x+y = 153: 153-94 = 59 \n" ); document.write( "* * * * * * * * * * * * * * * \n" ); document.write( "Check: \n" ); document.write( "x-y = 35 \n" ); document.write( "94-59 = 35 Correct \n" ); document.write( " \n" ); document.write( " |