\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}{m}+2}$\hspace{5cm} &\prob	$1+\frac{2t^2-3t}{t}$\\
	\vspace{5cm}
	\prob	$\frac{\frac{1}{x}+4}{6-\frac{1}{x}}$\hspace{5cm} &\prob	$\frac{1+\frac{5}{x}+\frac{6}{x^2}}{\frac{-9}{x^2}+1}$\\
	\vspace{7cm}
	\prob	$\frac{\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	$t=\frac{5}{t+4}$\hspace{5cm} &$\frac{x}{x-3}-\frac{9}{x}=1$ \\
	\vspace{5cm}
	\prob   $\frac{x}{4}=\frac{12}{x+1}$\hspace{5cm} &\prob $\frac{3m}{m+1}=2-\frac{3}{m+1}$ \\
	\vspace{5cm}
	\prob $\frac{b}{b-3}+\frac{b}{b^2-9}=\frac{b+2}{b+3}$&\\
\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}


