Sample Quiz
Naturally, a good LaTeX quiz is one of the more difficult things to
make. here is a stab at it
\documentstyle[11pt]{amsart}
\pagestyle{empty}
\newcommand{\R}{\Bbb{R}}
\newtheorem{thm}{Theorem}
\begin{document}
\begin{flushleft}
{\sc \Large Math 1820} \hfill \today \\
\medskip
Name: \underline{\hspace{2.0in}} \\
\end{flushleft}
\bigskip
This quiz covers the material from the text on the Theorem of
Pythagoras in section~1.1 and section~1.3. Because we realize most
students suffer from fits of stupidity and are over all feebleminded,
we racap the theorem here:
\begin{thm}[Pythagoras]
If the sides of a right triangle are labeled $a$, $b$ and $c$ where
$c$ is the hypotenuese, then
\[
a^2 + b^2 = c^2.
\]
\end{thm}
\begin{samepage}
\begin{flushleft}
1. Let $T$ denote a triangle with sides of length 3, 4 and 5. Let $x \in
\R$ be an unknown quantity.
\end{flushleft}
\begin{enumerate}
\item[a)]Assume $T$ is a right triangle. Explain which side must be
the hypotenuese by using the triangle inequality. \vspace{1.3in}
\item[b)]Explain how to use Pythagoras' Theorem to verify that $T$ is a
right traingle.\vspace{1.3in}
\item[c)]Suppose $S$ is a right triangle whose sides have lengths 4, 5,
and $x$. Determine $x$. \vspace{1.3in}
\end{enumerate}
\nopagebreak
\begin{flushleft}
2. On the back of this sheet, compute $\displaystyle
\int_{-\infty}^\infty \frac{1 + \sin(x^3)}{1 + x^{12}} dx$.
\end{flushleft}
\end{samepage}
\end{document}
Last modified: Tue Oct 31 13:35:16 1995