Given the system

A matrix equation is of the form AX = B, where A is the matrix of the coefficients of the variables, X is the matrix of the variables, and B is the matrix of the constants.
Thus, rewriting the system into matrix equation we have:
![\left[\begin{array}{cc}4&-2\\3&-1\end{array}\right] \left[\begin{array}{c}x\\y\end{array}\right] = \left[\begin{array}{c}-12\\-3\end{array}\right] \\ \\ \Rightarrow\left[\begin{array}{c}x\\y\end{array}\right]= \left[\begin{array}{cc}4&-2\\3&-1\end{array}\right]^(-1)\left[\begin{array}{c}-12\\-3\end{array}\right] \\ \\ = (1)/(-4-(-6)) \left[\begin{array}{cc}-1&2\\-3&4\end{array}\right]\left[\begin{array}{c}-12\\-3\end{array}\right]= (1)/(-4+6) \left[\begin{array}{c}12-6\\36-12\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/2a6wk0hrqeyr8moefzy3jdozuybccyon5r.png)
![(1)/(2) \left[\begin{array}{c}6\\24\end{array}\right]=\left[\begin{array}{c}3\\12\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/23nw5nfxtj596ipng8r9vjzgkp3vjertoa.png)
Therefore, x = 3 and y = 12.