Find a 2×2 matrix such that:
$$ \begin{pmatrix} 0&-6\\ 1&-5\\ \end{pmatrix} \begin{pmatrix} x&y\\ z&w\\ \end{pmatrix} = \begin{pmatrix} 1&0\\ 0&1\\ \end{pmatrix} $$
I tried to multiply above the vectors on the left and solving for each variable but it is not the right answer when I checked.
$$ \begin{pmatrix} 0&-6\\ 1&-5\\ \end{pmatrix} \begin{pmatrix} x&y\\ z&w\\ \end{pmatrix} = \begin{pmatrix} -6z& -6w \\ x-5z&y-5w \end{pmatrix} $$
So we need,
$-6z=1$,
$z=-(1/6)$ ,
$w=0$ ,
$x-5z=0$ ,
$x=-(5/6)$
$y=1$