Knowing that $A=\begin{pmatrix} -1 &2 \\ 1&1 \end{pmatrix},B=\begin{pmatrix} 1 & 2\\ 0&1 \end{pmatrix},C=\begin{pmatrix} 2 &2 \\ 3 &1 \end{pmatrix}$ solve the system
$$\left\{\begin{matrix} AX+CY=BAC\\ CX-BY=CAB \end{matrix}\right.$$ So guys how do I solve this. I know how to find the inverse of matrix and I guess I should use it can you show me how to start and what to do after?