Code: Select all
\documentclass[12pt]{exam}
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{multicol}
\usepackage{amsmath}
\newcommand{\VecN}{\overset{\rightharpoonup}}
\usepackage{epstopdf}
\usepackage{color}
\usepackage{pstricks-add}
\addpoints
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\pagestyle{headandfoot}
\firstpageheader{}{}{}
\runningheader{Spring 2010}{Precalculus}{Final Exam (Continued)}
\firstpagefooter{}{}{}
\runningfooter{}{Page \thepage\ of \numpages}{}
\newcommand{\vecv}{\mathbf v}
\newcommand{\vecu}{\mathbf u}
\newcommand{\veci}{\mathbf i}
\newcommand{\vecj}{\mathbf j}
\newcommand{\vecw}{\mathbf w}
\title{Part II\\ Calculator Permitted}
\author{School Without Walls\ Math Department}
% Activate to display a given date or no dat
\begin{document}
\maketitle
\begin{center}
\fbox{\fbox{\parbox{5.5in}{\centering
Answer the questions in the space provided. Be sure to include all work to obtain full credit. If you run out of room for an answer, continue on the back of the page.}}}
\end{center}
\vspace{0.1in}
\hbox to \textwidth{Name and Section:\enspace\hrulefill}
\vspace{0.2in}
\hbox to \textwidth{Instructor's Name:\enspace\hrulefill}
\vspace{1in}
\newpage
\begin{questions}
\question Describe the transformation below on $f(x)$. (Please Note: The transformed graph, $g(x)$ is solid)
\begin{center}
\psset{unit=.85cm}
\begin{pspicture}(-3.5,-2)(6,6)
\psaxes[Dx=1]{<->}(0,0)(-5,-5)(5,5)
\psplot[plotstyle=curve,linewidth=2pt,linecolor=red,arrows=<->,linestyle=dashed]{-2} {2} {x x mul}
\psplot[plotstyle=curve,linewidth=2pt,linecolor=blue,arrows=<->]{-5}{-1}{x 3 add 2 exp 2 sub}
\uput[90](3,3){\textcolor{red}{$f(x)=x^{2}$}}
\end{pspicture}
\end{center}
\vspace{1in}
\begin{multicols}{2}
\begin{choices}
\choice $g(x)=(x-3)^{2}-2$
\choice $g(x)=(x+3)^{2}-2$
\choice $g(x)=(x-2)^{2}+3$
\choice $g(x)=(x-2)^{2}-3$
\end{choices}
\end{multicols}
\answerline
\question Find a positive angle less than $360^{\circ}$ or $2\pi$ that is \emph{coterminial} with the angle $558^{\circ}$.
\begin{multicols}{4}{
\begin{choices}
\choice $188^{\circ}$
\choice $378^{\circ}$
\choice $198^{\circ}$
\choice $279^{\circ}$
\end{choices}
}
\end{multicols}
\answerline
\end{questions}
\end{document}
Edit by localghost: Marked topic as solved subsequently.