Consider the matrices \(A, B\) and \(C\) where
\begin{align*}
A=\begin{bmatrix}
2 & 0 \\
1 & 6
\end{bmatrix}, B=\begin{bmatrix}
3 \\
5
\end{bmatrix} \ \text{and}\ \ C=AB.
\end{align*}
The calculation that correctly determines element \(c_{21}\) is
- \(2 \times 3+0 \times 5\)
- \(2 \times 5+3 \times 0\)
- \(1 \times 3+6 \times 5\)
- \(1 \times 5+6 \times 3\)

