document.write( "Question 972220: The sum of two numbers is 70, their difference is 22. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #594604 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the numbers be x and y. \n" ); document.write( "x+y=70.............equation 1 \n" ); document.write( "x-y=22.............equation 2 \n" ); document.write( "Adding equations 1 and 2 we get, \n" ); document.write( "2x=70+22 \n" ); document.write( "2x=92 \n" ); document.write( "x=46 \n" ); document.write( "y=70-46=24 \n" ); document.write( "The numbers are 46 and 24. \n" ); document.write( " |