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

\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 III \\
	& \hspace{3cm} 3 November 2011
\end{tabular}

\textbf{Section I}  Simplify. (10 each)
\vspace{.5cm}\\
	\begin{tabular}{ll}
	\vspace{5cm}
	\prob	$\frac{1}{\frac{1}{t}-3}$\hspace{5cm} &\prob	$1+\frac{3m^2-m}{m}$\\
	\vspace{5cm}
	\prob	$\frac{\frac{1}{s}+4}{6-\frac{1}{s}}$\hspace{5cm} &\prob	$\frac{1+\frac{5}{x}+\frac{6}{x^2}}{\frac{-9}{x^2}+1}$\\
	\vspace{7cm}
	\prob	$\frac{{st^3}{s^2t}}{\frac{t^2}{s^2}}$ \\
\end{tabular}\\
\pagebreak

\textbf{Section II}  Solve. (10 each)
\vspace{.5cm}\\
	\begin{tabular}{ll}
	\vspace{5cm}
	\prob	$x=\frac{7}{x+6}$\hspace{5cm} &$\frac{y}{y-2}-\frac{6}{y}=1$ \\
	\vspace{5cm}
	\prob   $\frac{x}{7}=\frac{6}{x+1}$\hspace{5cm} &\prob $\frac{5m}{m+1}=9-\frac{5}{m+1}$ \\
	\vspace{5cm}
	\prob $\frac{x}{x-2}+\frac{x}{x^2-4}=\frac{x+3}{x+2}$&\\
\end{tabular}\\

\begin{quote}
``It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something.'' -- Franklin Delano Roosevelt
\end{quote}
\end{document}


