You can
put this solution on YOUR website!All three are correct. You're looking for the (x,y) coordinates
of the intersection of 2 straight lines. All these methods will find that intersection, for example,

Now substitute in the 2nd equation

Now substitute

back in the 1st.

So, the 2 lines intersect at the point (2,0)
You can
put this solution on YOUR website!Which strategy will work?
Which ones have you tried???
In fact, all of the listed strategies will work!
a) Let's do the graph and see how it works.
First, solve each equation for y.
1) 2x+y = 4 Subtract 2x from both sides.
1a) y = -2x+4 (Red line on the graph)
2) x-y = 2 Add y to both sides.
2a) x = y+2 Now subtract 2 from both sides.
x-2 = y or y = x-2 (Green line on the graph)
Now these can be graphed:

You can see that the two lines intersect at x = 2, and y = 0 so the solution is: (2, 0)
b) Solve the first equation for y:
2x+y = 4 Subtract 2x from both sides.
y = -2x+4 now substitute this into the 2nd equation:
x-y = 2 Substitute y = -2x+4
x-(-2x+4) = 2
x+2x-4 = 2 Add 4 to both sides.
3x = 6 Divide both sides by 3.
x = 2 Substitute this into the first eqation:
y = -2(2)+4
y = -4+4
y = 0
The solution is:
(2, 0)
Try c on your own and you will see that all three methods will work.