The three equations given are: \begin{cases} x+y-z=4 \\ x-2y+3z=-6 \\ 2x+3y+z=7 \end{cases}
I am having trouble putting it into the matrix format, which in turn is hindering my ability to solve for the determinant. I am also not sure how to solve for $x$, $y$, and $z$ with Cramer's Rule.
Using the information you provide we get the following equation
$$ \begin{bmatrix} 1 & 1 & -1\\ 1 & -2 & 3\\ 2 & 3 & 1 \end{bmatrix} \begin{bmatrix} x \\ y\\ z \end{bmatrix} = \begin{bmatrix} 4\\ -6\\ 7 \end{bmatrix} $$
Which should be in an easy enough form to use Cramer's rule. Remember that the matrix you get from a system of equations is the matrix of coefficients in your equations