\documentclass[11pt]{article}

% THE NEXT FOUR LINES OVERRIDE THE SETTINGS
% DEFINED IN THE ARTICLE STYLE FILE
\voffset=-1.4in    % MOVES TEXT UP
\hoffset=-1.2in    % MOVES TEXT LEFT
\textwidth=6.8in   % SETS NEW PAGE TEXT WIDTH
\textheight=10.5in % SETS NEW PAGE TEXT HEIGHT

\begin{document}

\thispagestyle{empty} % REMOVES PAGE NUMBERING FOR THIS PAGE ONLY

\centerline{\textbf{\large QUIZ}}

\vspace*{.2in}

\textbf{MATxxx - Semester 200x  \hspace*{1.5in} NAME \hrulefill}

\vspace*{.2in}

\textbf{TTH ??:??-??:??   \hspace*{2.4in} I.D. \hrulefill}

\vspace*{0.6in}

Consider the IVP
$$                      % CAN ALSO USE \[
\left\{
\begin{array}{l}
   t^2y''-ty'-3y=0 \\
   y(1)=2, \hspace*{3pt} y'(1)=2
\end{array}
\right.
$$                      % CAN ALSO USE \]

\begin{enumerate}
\item
What is the maximal interval on which you can guarantee the existence
of a solution?

\vspace*{3.0in}

\item
Verify that the functions $y_1(t)=t^3$ and $y_2(t)=\frac{1}{t}$ are
solutions of the ODE for $t>0$.

\end{enumerate}

\end{document}
