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