document.write( "Question 469698: The question is: Solve each system by elimination.
\n" );
document.write( "x-y=11
\n" );
document.write( "2x+y=19\r
\n" );
document.write( "\n" );
document.write( "How do I do this? In dummy language please. I want to actually understand what it is I'm suppose to be doing. Thanks much! \n" );
document.write( "
Algebra.Com's Answer #322345 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Solve each system by elimination. \n" ); document.write( "Just add the two equations, this will eliminate y, leaving x \n" ); document.write( "x - y = 11 \n" ); document.write( "2x+ y = 19 \n" ); document.write( "------------- \n" ); document.write( "3x + 0 = 30 \n" ); document.write( "3x = 30 \n" ); document.write( "divide both sides by 3 \n" ); document.write( "1x = \n" ); document.write( "x = 10 \n" ); document.write( ": \n" ); document.write( "Use the 2nd equation to find y \n" ); document.write( "2x + y = 19 \n" ); document.write( "Replace x with 10 \n" ); document.write( "2(10) + y = 19 \n" ); document.write( "20 + y = 19 \n" ); document.write( "subtract 20 from each side \n" ); document.write( "y = 19 - 20 \n" ); document.write( "y = -1 \n" ); document.write( ": \n" ); document.write( "The solutions: x = 10, y = -1 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this using the 1st equation \n" ); document.write( "x - y = 11 \n" ); document.write( "Replace x with 10 and y with -1, see if it is true \n" ); document.write( "10 - (-1) = 11 \n" ); document.write( "minus a minus is a plus, therefore \n" ); document.write( "10 + 1 = 11; confirms our solution \n" ); document.write( " |