Answer:
A. x-determinant
B. y-determinant
C. system determinant
Step-by-step explanation:
The "augmented" matrix for the system is the system coefficient matrix with the constants added as an extra column on the right:
[tex]\left[\begin{array}{cc|c}2&-1&0\\1&1&-3\end{array}\right][/tex]
The x-determinant is the determinant of the system matrix after the x-coefficients have been replaced by the constants:
[tex]\left|\begin{array}{cc}0&-1\\-3&1\end{array}\right|[/tex]
The y-determinant is the determinant of the system matrix after the y-coefficients have been replaced by the constants:
[tex]\left|\begin{array}{cc}2&0\\1&-3\end{array}\right|[/tex]
Of course, the system determinant is the determinant of the matrix of coefficients of the variables:
[tex]\left|\begin{array}{cc}2&-1\\1&1\end{array}\right|[/tex]
_____
Comment on these determinants
Cramer's rule tells you the solution to the system is ...
x = (x-determinant)/(system determinant)
y = (y-determinant)/(system determinant)