document.write( "Question 979164: The difference of two numbers is 7. The sum of the two numbers is 13. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #600461 by anand429(138)![]() ![]() You can put this solution on YOUR website! x-y = 7 \n" ); document.write( "x+y=13 \n" ); document.write( "=> 2x= 20 \n" ); document.write( "=> x=10 \n" ); document.write( "=> y=3 \n" ); document.write( " |