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

\psset{unit=.30,linewidth=1pt}
\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 095 Midterm III \\
	& \hspace{3cm} 20 April 2011
\end{tabular}
\newline
\textbf{Section I}  Plot the expression on the Cartesian coordinate system.  (5 pts. each)
\vspace{.5cm}\\
\prob $2\geq\frac{y-1}{x+2}$ and $y>-2x$
\vspace{.5cm}\\
\prob $-3(x-1)>y+4$ and $x+2\geq y$
\vspace{.5cm}\\
\begin{tabular}{|l|r|}
\hline
	\begin{pspicture}(-11,-11)(11,11)
		\psaxes[subticks=0,labels=none]{<->}(0,0)(-11,-11)(11,11)
		\psgrid[subgriddiv=1,griddots=4,gridlabels=0](-10,-10)(10,10)
	\end{pspicture}&
	\begin{pspicture}(-11,-11)(11,11)
		\psaxes[subticks=0,labels=none]{<->}(0,0)(-11,-11)(11,11)
		\psgrid[subgriddiv=1,griddots=4,gridlabels=0](-10,-10)(10,10)
	\end{pspicture}\\
\hline
\end{tabular}
\newline
\vspace{.5cm}\\
\textbf{Section II}  Where do these lines intersect? Indicate whether you are using substitution or elimination.  Use each one twice. (5 pts. each)
\vspace{.5cm}\\
\begin{tabular}{p{8cm}p{8cm}}
\prob $y=x+4$ and $x=y+4$ &\prob $x+y=6$ and $2x+y=3$
\vspace {4cm}\\
\prob $x+2y=11$ and $2x+y=10$ &\prob $4(x+y)=88$ and $y-x=2$
\vspace {4cm}\\
\end{tabular}
\vspace{1cm}\\
\textbf{Section III}  Write a system of equations that represents the given scenario.  Solve.  (10 pts. each)
\vspace{.5cm}\\
\prob A number is half of six less than another number.  They sum to 3.  What are the two numbers?
\vspace{5cm}\\
\prob It took me two hours and eighteen minutes to take the bus to the airport.  That included two bus trips and a ten minute wait for the transfer.  The first bus trip was only a third the duration of the second.  How long were each of the bus rides?
\vspace{5cm}\\
\end{document}

