Question 230125
Well your first question is what is the difference between elimination and substitution.  Well for the substitution method you solve an equation for a particular variable and then substitute that equation into the other one and solve.  With elimination you multiply an equation by a number and then add the two equations together and solve that way.<br>  

So now to solve the system using substitution.<br>

3x-y=6
-4x+2y=-8<br>

Since equation 1 has y by its self  lets solve it for y.  <br>

3x-y=6
-y = -3x+6
y = 3x-6<br>

okay now plug that expression into the second equation and solve for x.<br>

-4x+2(3x-6)=-8<br>

I will leave you to solve that equation but you should get x=2.<br>

Now we plug our answer for x back into the expression and solve for y.<br>

y = 3x-6
y = 3(2)-6 = 0<br>

so the solution to your system is (2,0).