Answer
\begin{bmatrix}
-12 & 15 \\
8 & -4
\end{bmatrix}
Work Step by Step
$$
\begin{bmatrix}
9 & -3 \\
0 & 2
\end{bmatrix}
\times
\begin{bmatrix}
0 & 1 \\
4 & -2
\end{bmatrix}
=
\begin{bmatrix}
(9\times0)+(-3\times4) & (9\times1)+(-3\times(-2)) \\
(0\times0)+(2\times4) & (0\times1)+(2\times(-2))
\end{bmatrix}
=
\begin{bmatrix}
-12 & 15 \\
8 & -4
\end{bmatrix}
$$