\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Determine whether the function $f(t)=\sin(t^2)$ is odd or even.

\bigskip

ANSWER

$f(-t)=\sin((-t)^2)=\sin(t^2)=f(t)$, therefore $\sin(t^2)$ is
even.




\end{document}
