\documentclass[a4paper,12pt]{article}
\begin{document}
\parindent=0pt

QUESTION From the formulas for sin and cos in terms of the
exponential function, prove that$\sin^2z+\cos^2 z=1$, for all
complex numbers $z$.



ANSWER
$\sin^2z+\cos^2z=(\frac{e^{iz}-e^{-iz}}{2i})^2+(\frac{e^{iz}+e^{-iz}}{2})^2=1$
after expanding.

\end{document}
