You are given this matrix equation
* X = ,
where X is 2x2 unknown NON-ZERO matrix to find.
Notice that the given matrix on the left of matrix X has the left column exactly THREE TIMES as its right column.
Therefore, our task is to find the unknown matrix X in such a way that, applied to the left-most matrix as a factor from the right,
it would produce the zero 2x2-matrix.
It leads to
X = . (1)
Now, check it on your own that
* = .
So, the matrix (1) is your ANSWER.