document.write( "Question 145138: Could someone please help me with a couple of problems,that I'm having trouble with? These are Systems of equations,and they need to be solved by the Elimination method.Also could you show me how to work them step by step? Thank you very much in advance for your time and all the help.
\n" );
document.write( "1)5x - y = 12
\n" );
document.write( " 3x + y = 4\r
\n" );
document.write( "\n" );
document.write( "2)2x - y = -6
\n" );
document.write( " 2x - 2y = -4 \n" );
document.write( "
Algebra.Com's Answer #105834 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! This site has a good explanation of the \"elimination method\": \n" ); document.write( "http://www.purplemath.com/modules/systlin6.htm\r \n" ); document.write( "\n" ); document.write( "1)5x - y = 12 \n" ); document.write( " 3x + y = 4 \n" ); document.write( " ------------ start by adding both equations together to get rid of the 'y' \n" ); document.write( " 8x = 16 \n" ); document.write( " x = 2 (dividing both sides by 8) \n" ); document.write( "To find y, substitute x back into either of the two equations: \n" ); document.write( "5x - y = 12 \n" ); document.write( "5(2) - y = 12 \n" ); document.write( "10 - y = 12 \n" ); document.write( "-y = 2 \n" ); document.write( "y = -2\r \n" ); document.write( "\n" ); document.write( "2)2x - y = -6 \n" ); document.write( " 2x - 2y = -4 \n" ); document.write( " \n" ); document.write( "multiply the second equation by -1 to get: \n" ); document.write( "2)2x - y = -6 \n" ); document.write( " -2x + 2y = 4 \n" ); document.write( "------------- add both equations together \n" ); document.write( " y = -2 \n" ); document.write( "To find x, substitute y back into either of the two equations: \n" ); document.write( "2x - y = -6 \n" ); document.write( "2x - (-2) = -6 \n" ); document.write( "2x + 2 = -6 \n" ); document.write( "2x = -8 \n" ); document.write( "x = -4 \n" ); document.write( " \n" ); document.write( " |