document.write( "Question 1011833: The difference of two numbers is 7. Their sum is 13
\n" ); document.write( "a) define the varable \r
\n" ); document.write( "\n" ); document.write( "b) state the system of equations that model this situation \r
\n" ); document.write( "\n" ); document.write( "c) determine the numbers
\n" ); document.write( "

Algebra.Com's Answer #627636 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The difference of two numbers is 7. Their sum is 13
\n" ); document.write( "a) define the variables \r
\n" ); document.write( "\n" ); document.write( "b) state the system of equations that's model this situation \r
\n" ); document.write( "\n" ); document.write( "c) define the numbers
\n" ); document.write( "------------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x = the greater number, y = the smaller number.\r\n" );
document.write( "\r\n" );
document.write( "The system is\r\n" );
document.write( "\r\n" );
document.write( "x - y = 7   (1)\r\n" );
document.write( "x + y = 13  (2)\r\n" );
document.write( "\r\n" );
document.write( "To solve it, add the equations (1) and (2) (both the left sides and the right sides). You will get\r\n" );
document.write( "\r\n" );
document.write( "2x = 20. Hence, x = \"20%2F2\" = 10.\r\n" );
document.write( "\r\n" );
document.write( "Then from (1) y = x - 7 = 10 - 7 = 3.\r\n" );
document.write( "\r\n" );
document.write( "Answer. The larger number is 10. The smaller number is 3.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );