First of all, I won't have the opportunity to ask him because this was last task in our last reading and now we have semester vacation and preparing for exam, that's why I need ask you here and I hope you can tell me what my mistake is.
So task was:
Determine the solution set of the following system of equation in $\mathbb{Z}_{3} \times \mathbb{Z}_{3} \times \mathbb{Z}_{3} \times \mathbb{Z}_{3}$
$$\text{I: }x_{1}+2x_{2}+x_{4}=2$$
$$\text{II: }2x_{1}+x_{2}+x_{3}+2x_{4}=0$$
$$\text{III: }2x_{2}+x_{3}+x_{4}=0$$
$$\text{IV: }x_{1}=1$$
Here is what I did:
Insert $x_{1}$ in all equations:
$$\text{I: }2x_{2}+x_{4}=1$$
$$\text{II: }x_{2}+x_{3}+2x_{4}=-2$$
$$\text{III: }2x_{2}+x_{3}+x_{4}=0$$
Now $\text{I}-\text{III}: -x_{3} = 1 \Leftrightarrow x_{3} = -1$
Insert this in $\text{III}:2x_{2}-1+x_{4} \Leftrightarrow 2x_{2}+x_{4}=1$
Now we see that $\text{I}$ equals $\text{III}$ which means we can take one out, so we have $2$ equations to work with now and these are $\text{I}$ and $\text{II}$.
$\text{I}: x_{4}=1-2x_{2}$
Insert this in $\text{II}: x_{2}-1+2(1-2x_{2})=-2 \Leftrightarrow x_{2}-1+2-4x_{2}=-2 \Leftrightarrow -3x_{2}+1=-2 \Leftrightarrow -3x_{2}=-3 \Leftrightarrow x_{2}=1$
Insert all in $\text{I}: x_{4}=1-2 \cdot 1 = -1$
Thus, $x_{1}=1, x_{2}=1, x_{3}=-1, x_{4}=-1$