document.write( "Question 176262: Please show me how to use the substitution method to solve this system of equations.\r
\n" ); document.write( "\n" ); document.write( "3x-11y=2
\n" ); document.write( "x-5y=2\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #131381 by EMStelley(208)\"\" \"About 
You can put this solution on YOUR website!
\"3x-11y=2\"
\n" ); document.write( "\"x-5y=2\"
\n" ); document.write( "The substitution method involves using one equation to solve for one of the variables, and then substituting back in to the other equation. For example, in the second equation we can easily solve for x by adding 5y to both sides, obtaining
\n" ); document.write( "\"x=5y%2B2\"
\n" ); document.write( "Now, we replace the x in the first equation with 5y+2,
\n" ); document.write( "\"3%285y%2B2%29-11y=2\" and solve for y
\n" ); document.write( "\"15y%2B6-11y=2\"
\n" ); document.write( "\"4y=-4\"
\n" ); document.write( "\"y=-1\"
\n" ); document.write( "To find x, we plug in y=-1 into either equation. I will use the second one for simplicity:
\n" ); document.write( "\"x-5%28-1%29=2\"
\n" ); document.write( "\"x%2B5=2\"
\n" ); document.write( "\"x=-3\"
\n" ); document.write( "So the solution is (-3,-1).
\n" ); document.write( "
\n" );