Given the linear system in $\mathbb{Z_3}$:
$$ \left\{ \begin{array}{c} a+b+c+d=1 \\ b+c+e=2 \\ a+2e=0 \end{array} \right. $$
I used the row reduction with matrices and I got:
$$ \left\{ \begin{array}{c} a+b+c+d=1 \\ b+c+e=2 \\ d=2 \end{array} \right. $$
But now I don't know how to find the solutions.