\documentclass[11pt]{article}
\usepackage{amsmath, amsthm, amssymb, amsthm, units, full page}
\usepackage{pstricks-add}
\usepackage{shortlst}

\psset{yunit=0.5cm,xunit=.3cm}
\newcounter{prob_num}
\setcounter{prob_num}{1}
\newcommand{\prob}{\arabic{prob_num})  \stepcounter{prob_num}}

\begin{document}


\begin{tabular}{lr}
	Name:\underline{\hspace{8cm}}  & Math 096 Midterm II \\
	& \hspace{3cm} 6 October 2011
\end{tabular}

\vspace{1cm}
\textbf{Section I}  Perform the indicated operation. (10 each)
\vspace{.5cm}\\

	\begin{tabular}{ll}
	\vspace{5cm}
	\prob	$(4x+2x^3+2x^2+3)-(4x^3+2x^2+x+9)$ &\prob	$(3x^3+2x^2+x)(x^2+2)$\\
	\vspace{5cm}
	\prob	$(2x+1)[(x^2+3x-8)+(x+4)]$ & \\
	\vspace{7cm}
	\prob	$\frac{x^5-7x^3-4x^2-18x+36}{x^2-9}$ & \prob  $\frac{2x^4-4x^3-7x-6}{2x+4}$\\	
\end{tabular}\\

\textbf{Section II}  Factor. (10 each)
\vspace{.5cm}\\

	\begin{tabular}{ll}
	\vspace{5cm}
	\prob	$16x^2+256x$ &\prob $x^2-9$ \\
	\vspace{5cm}
	\prob   $x^2-2x-24$ &\prob $3x^2+5x-2$ \\
	\vspace{5cm}
	\prob $3x^3-21x^2+30x$&\\
\end{tabular}\\
	

\begin{quote}
``Even in the Valley of the Shadow of Death, two and two does not make six.'' --- Leo Tolstoy
\end{quote}
\end{document}


