Prove that $\det(AB) = \det(A) \det(B) $ if $A,B \in \operatorname{GL}_2(\mathbb{R})$. Use this result to show that the binary operation in the group $\operatorname{GL}_2(\mathbb{R})$ is closed; that is, if $A $ and $ B$ are in $\operatorname{GL}_2(\mathbb{R})$, then $AB \in \operatorname{GL}_2(\mathbb{R})$.
I am totally stuck, I know these things to be true but I don't know how to show that. Any tips on how to get started?
Let $A=\left( \begin{array}{cc} a & b \\ c & d \\ \end{array} \right)$ and $B=\left( \begin{array}{cc} x & y \\ z & t \\ \end{array} \right)$.
$\det(A)=ad-bc$, $\det(B)=xt-yz$. $\det(A)\det(B)=(ad-bc)(xt-yz)=adxt-bcxt-adyz+bcyz$. $AB=\left( \begin{array}{cc} ax+bz & ay+bt \\ cx+dz & cy+dt \\ \end{array} \right)$
$\det(AB)=(ax+bz)(cy+dt)-(ay+bt)(cx+dz)=axcy+bzcy+axdt+bzdt-aycx-btcx-aydz-btdz=bzcy+axdt-btcx-aydz=\det(A)\det(B)$, which concludes the proof.