I have a task which teacher gave me and I can't figure out this determinant with Cramers rule. It's 2x2 , but there is Z. I move Z and 6 to other end of equals, but what do I do with Z?
\begin{cases} 2x-2y+6=4 \\ x-3y-z=1\end{cases}
I change it to
\begin{cases} 2x-2y=4-6 \\ x-3y=1+z\end{cases}
What to do when I need determinant of X and Y ? For determinant it would be: 2*(-3)-(-2*1)... But what about X? Is it: ((4-6)(-3))-(-2(1+z)).. ?