// Plug this in for variable z in equation [2]
// Plug this in for variable z in equation [3]
// Solve equation [2] for the variable x
// Plug this in for variable x in equation [3]
// Solve equation [3] for the variable y
// By now we know this much :
x = -4y+9 y = 2 z = -x-y+6// Use the y value to solve for x
// Use the x and y values to solve for z
z = -(1)-(2)+6 = 3