document.write( "Question 925733: The sum of two numbers is 20. The difference between the two numbers is 5. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #561720 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Let x and y represent the two numbers \n" ); document.write( "x+ y = 20 \n" ); document.write( "x - y = 5 \n" ); document.write( "2x = 25 \n" ); document.write( "x = 12.5 and y = 7.5 |