\begin{cases} x + 2y - z = 0 \\ 2x +3y – 2z = -1 \\ -x + y + z = 3 \end{cases}
$$ \left | \begin{matrix} 1&2&-1 \\ 2&3&-2 \\ -1&1&1 \end{matrix} \right|=0. $$
How should I organize equations to solve with Cramer's Rule
\begin{cases} x + 2y - z = 0 \\ 2x +3y – 2z = -1 \\ -x + y + z = 3 \end{cases}
$$ \left | \begin{matrix} 1&2&-1 \\ 2&3&-2 \\ -1&1&1 \end{matrix} \right|=0. $$
How should I organize equations to solve with Cramer's Rule
Since the determinant is $0$, the system either has no solution or it has infinitely many.
Since $\det\begin{bmatrix}1&2\\2&3\end{bmatrix}\ne0$, you can consider $$ \begin{cases} -x+2y=z\\ 2x+3y=2z-1 \end{cases} $$ Solve it with Cramer's rule and substitute in the last equation to verify whether it holds or not.