Question 1139578
<font face="times" color="black" size="3">
We have these three equations
2x+3y+2z = 18
-4x+y-z = 5
2z = -10
which we'll label <font color=blue>equation (1)</font>, <font color=blue>equation (2)</font>, and <font color=blue>equation (3)</font> respectively in that exact order.


Solve <font color=blue>equation (3)</font> for z
2z=-10 
2z/2=-10/2  .... divide both sides by 2
z = -5


Plug this into <font color=blue>equation (2)</font> and isolate y
-4x+y-z = 5
-4x+y-(-5) = 5 ... replace z with -5
-4x+y+5 = 5
-4x+y+5-5 = 5-5 .... subtract 5 from both sides
-4x+y = 0
-4x+y+4x = 0+4x .... add 4x to both sides
y = 4x
Call this <font color=blue>equation (4)</font> as we'll use it later.


Move to <font color=blue>equation (1)</font>. 
Plug in z = -5 and also y = 4x which was <font color=blue>equation (4)</font> we found earlier
2x+3y+2z = 18
2x+3y+2(-5) = 18 .... replace every z with -5
2x+3y-10 = 18
2x+3(4x)-10 = 18 ... replace every y with (4x), since y = 4x from  <font color=blue>equation (4)</font>
2x+12x-10 = 18
2x+12x-10+10 = 18+10 ... add 10 to both sides
14x = 28
14x/14 = 28/14 ... divide both sides by 14
x = 2


So far we know that
x = 2
z = -5


We can plug those values into any equation that has y in it, and then solve for y. So that constitutes everything but <font color=blue>equation (3)</font>. I'll use <font color=blue>equation (4)</font> since we isolated y here. It's easiest to use an equation with the variable already isolated.


y = 4*x 
y = 4*2 ... replace every x with 2
y = 8


------------------------------------------------------------------------
Final Answer:


The solution as an ordered triple is <font color=red size=4>(x,y,z) = (2, 8, -5)</font>
Which breaks down to <font color=red size=4>x = 2, y = 8 and z = -5</font>


Visually, each of the three original equations plots out a plane if you're in a 3D coordinate system. Those three planes will intersect at the location (2, 8, -5). Think of 3 pieces of flat paper all meeting up at the same spot. 


To verify the answer, you need to replace the variables with their proper corresponding values. Afterward, simplify the equation. You should get the same value on both sides. Getting the same value on both sides says to the reader "this equation is true". To fully verify a system of equations, all of the equations must be true for the same variable values. I'll leave the verification step up for you to try out. 
</font>