document.write( "Question 81863: The sum of two numbers is 20. The difference of the two numbers is twice the smaller number. Write a system of equations that will determine the two numbers. \n" ); document.write( "
Algebra.Com's Answer #58666 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
X+Y=20 THIS IS THE SUM OF THE TWO NUMBERS WITH X BEING THE SMALLER NUMBER.
\n" ); document.write( "Y-X=2X THIS IS THE DIFFERENCE THAT IS TWICE THE SMALLER NUMBER.
\n" ); document.write( "YOU DON'T ASK TO SOLVE FOR THE TWO NUMBERS BUT I WILL SOLVE THEM FOR YOU.
\n" ); document.write( "X+Y=20 OR X=20-Y NOW SUBSTITUTE (20-Y) FOR X IN THE OTHER EQUATION THUS:
\n" ); document.write( "Y-(20-Y)=2(20-Y)
\n" ); document.write( "Y-20+Y=40-2Y
\n" ); document.write( "2Y+2Y=40+20
\n" ); document.write( "4Y=60
\n" ); document.write( "Y=60/4
\n" ); document.write( "Y=15 ANSWER.
\n" ); document.write( "X+15=20
\n" ); document.write( "X=20-15
\n" ); document.write( "X=5 ANSWER.
\n" ); document.write( "PROOF
\n" ); document.write( "15-5=2*5
\n" ); document.write( "10=10
\n" ); document.write( "
\n" ); document.write( "
\n" );