How to solve a system of $2$ linear equations modulo n for $3$ variable?

69 Views Asked by At

$$2x + 2y - z = 2\pmod {3}$$

$$-x - 4y - 2z= 4\pmod {3}$$ I am lost in this... For simple equations I used Euclidean Algorithm. But in this problem I dont really know how to use this algorithm...