\documentclass[a4paper,12pt]{article}

\begin{document}

\parindent=0pt


QUESTION It can be shown that $\det AB=\det A\det B$ (where $A,B$
are both $n\times n$ matrices). Illustrate this result for the
following matrices:

$$A=\left[\begin{array}{ccc}1&0&2\\-5&1&3\\6&-2&4\end{array}\right],
\hspace{1.5cm}
B=\left[\begin{array}{ccc}2&1&3\\0&5&-6\\7&-2&5\end{array}\right].$$

\bigskip

ANSWER\ \ \  $\det A$=18\ \ $\det B$=-121\ \ $\det
AB=-2178=18\times-1221$

\bigskip

$$AB=\left[\begin{array}{ccc}16&-3&13\\11&-6&-6\\40&-12&50\end{array}\right]$$



\end{document}
