So I need to solve $\begin{pmatrix} 1 &2\\ 1 &2 \end{pmatrix}X=\begin{pmatrix} -1 & -5\\ -1 &-5 \end{pmatrix}$. I took $X=\begin{pmatrix} a &b \\ c& d \end{pmatrix}$ and I got that $a+2c=-1$ and $b+2d=-5$. What do I do now or do you have any method to solve this and find values for $a,b,c,d$?
P.S. Determinants are $0$ so you can not use the inverse.