Claim: Let $G$ be the set of all real $2 \times 2$ matrices $\left( \begin{array}{cc} a & b \\ 0 & d \end{array} \right)$ such that $ad \not = 0$, with matrix multiplication as the operation. Let $N$ be the subset where $a = d = 1$. Then $N$ is a normal subgroup of $G$.
Showing that $N$ is a subgroup of $G$ is easy because $\left( \begin{array}{cc} 1 & b_1 \\ 0 & 1 \end{array} \right) \left( \begin{array}{cc} 1 & b_2 \\ 0 & 1 \end{array} \right) = \left( \begin{array}{cc} 1 & b_1 + b_2 \\ 0 & 1 \end{array} \right)$. However, I cannot think of a nice way to show that $N$ is a normal subgroup. It would be simple to do out all the computations, but also tedious. Is there a nice way to do this?