document.write( "Question 175924: Solve each system by addition.\r
\n" ); document.write( "\n" ); document.write( "2x=2-y
\n" ); document.write( "3x+y=-1
\n" ); document.write( "

Algebra.Com's Answer #131036 by EMStelley(208)\"\" \"About 
You can put this solution on YOUR website!
The first step here is to get both equations in the same form. So let's make the first one look like the second one. This can be accomplished by adding y to both sides to obtain
\n" ); document.write( "2x+y=2
\n" ); document.write( "So now we have to solve
\n" ); document.write( "2x+y=2
\n" ); document.write( "3x+y=-1
\n" ); document.write( "In order to use the addition method, our goal must be to get one of the variables to \"go away\" by adding the two equations together. Right now, that would not occur. But notice that if we multiplied the second equation by -1, then the y's would cancel.
\n" ); document.write( "2x + y = 2
\n" ); document.write( "3x - y = -1
\n" ); document.write( "Adding, we get
\n" ); document.write( "5x = 1
\n" ); document.write( "So x = 1/5. All that is left to do is to find y. We can do this by substituting x = 1/5 into either equation. I will use the first one
\n" ); document.write( "2(1/5)+y=2
\n" ); document.write( "2/5 + y = 2
\n" ); document.write( "y = 2 - 2/5 = 8/5
\n" ); document.write( "So the solution is (1/5,8/5)
\n" ); document.write( "
\n" );