document.write( "Question 1019997: Use the method of elimination through addition to solve the following system of equations.
\n" ); document.write( "(1) x/2 + y/5 = 1/2
\n" ); document.write( "(2) 3x - y = -8
\n" ); document.write( "

Algebra.Com's Answer #635953 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Use the method of elimination through addition to solve the following system of equations.
\n" ); document.write( "(1) x/2 + y/5 = 1/2
\n" ); document.write( "(2) 3x - y = -8
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "x/2 + y/5 = 1/2,    (1)\r\n" );
document.write( "3x  - y   = -8.     (2)\r\n" );
document.write( "\r\n" );
document.write( "Multiply equation (1) by 10 (both sides) to rid off denominators. You will get\r\n" );
document.write( "\r\n" );
document.write( "5x + 2y = 5         (3)\r\n" );
document.write( "\r\n" );
document.write( "instead of (1), and it is good. Now you have the system of two equations \r\n" );
document.write( "\r\n" );
document.write( "5x + 2y =  5,       (3)\r\n" );
document.write( "3x -  y = -8.       (2)\r\n" );
document.write( "\r\n" );
document.write( "Now multiply equation (2) by 2 (both sides) and then add to equation (3).\r\n" );
document.write( "By doing this, you eliminate the unknown y and get a single equation for the unknown x:\r\n" );
document.write( "\r\n" );
document.write( "5x + 6x = 5 + 2*(-8),   or\r\n" );
document.write( "\r\n" );
document.write( "11x = -11.\r\n" );
document.write( "\r\n" );
document.write( "Hence, x = -1.\r\n" );
document.write( "\r\n" );
document.write( "Now from (2) you have y = 3x + 8 = 3*(-1) + 8 = 5.\r\n" );
document.write( "\r\n" );
document.write( "The system is solved. The solution is x = -1, y = 5.\r\n" );
document.write( "

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