keep in mind that, matrices multiplication is done by multiplying the left-row times the right-column, each row on the left matrix, will give you one row on the product matrix
thus [tex]\bf \begin{bmatrix}
1&2\\
2&5
\end{bmatrix}\times
\begin{bmatrix}
5&-2\\
-2&1
\end{bmatrix}
\\\\\\
\begin{bmatrix}
(1\cdot 5)+(2\cdot -2)&\qquad (1\cdot -2)+(2\cdot 1)\\\\\\
(2\cdot 5)+(5\cdot -2)&\qquad (2\cdot -2)+(5\cdot 1)
\end{bmatrix}[/tex]