Question 358078
There's more than one way.  I'll use elimination.
Look for coefficients that make it easiest to eliminate one of the 3 variables.
x - y + 3z = 8
3x + y - 2z = -2
2x + 4y + z = 0
-----------
1*y is in the 1st and 2nd, so eliminate it first
x - y + 3z = 8
3x + y - 2z = -2
------------------ Add
4x + z = 6 
Multiply eqn 1 by 4
4x - 4y +12z = 32
2x + 4y + z = 0
----------------- Add
6x + 13z = 32
Now the x's can be eliminated
Multiply 4x + z = 6 by 3 and the other by 2
12x + 3z = 18
12x +26z = 64
-------------- Subtract
-23z = -46
z = 2
------
Sub for z in 4x + z = 6
--> x = 1
-----------
Sub for x and z in one of the original eqns to find y.