document.write( "Question 1011834: 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( "
Algebra.Com's Answer #627630 by ikleyn(52795)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "The difference of two numbers is 7. Their sum is 13\r\n" ); document.write( "a) define the variables \r\n" ); document.write( "\r\n" ); document.write( "b) state the system of equations that's model this situation \r\n" ); document.write( "\r\n" ); document.write( "c) define the numbers\r\n" ); document.write( "------------------------------------------------------------\r\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 = \n" ); document.write( " \n" ); document.write( " |