<exercise checkit-seed="0012" checkit-slug="M1" checkit-title="Multiplying matrices">
<statement>
<p>Of the following three matrices, only two may be multiplied.
<me>
A= \left[\begin{array}{cccc}
-1 & 1 & 2 & 0 \\
2 & -3 & -5 & -2
\end{array}\right] \hspace{1em} B= \left[\begin{array}{ccc}
1 & -2 & 1 \\
1 & -1 & 2 \\
-1 & -1 & -3 \\
5 & -6 & 5
\end{array}\right] \hspace{1em} C= \left[\begin{array}{ccc}
1 & 3 & -5 \\
-1 & -2 & 4
\end{array}\right] </me>
Explain which two can be multiplied and why. Then show how to find their product.</p>
</statement>
<answer>
<me>AB= \left[\begin{array}{ccc}
-2 & -1 & -5 \\
-6 & 16 & 1
\end{array}\right] </me>
</answer>
</exercise>