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

\psset{unit=.25,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{9cm}}  & Math 095 Quiz III \\
	& \hspace{3cm} 11 July 2011\\
\end{tabular}
\textbf{Section I}  Calculate the slope of the following lines.  (3 pts. each)
\vspace{.5cm}\\
\begin{tabular}{ll}
	\vspace{1cm}
	\prob	Between $(2,1)$ and$(0,5)$ &\prob	Between $(-3,8)$ and $(2,-7)$\\
	\vspace{1cm}
	\prob	$y=8$ &\prob	$x=-1$\\
	\vspace{1cm}
	\prob	$y=3x+6$ &\prob	$y-4=2(x-4)$\\
\end{tabular}\\
	
\textbf{Section II}  Give an equation for the line.  (5 pts. each)
\vspace{.5cm}\\
\vspace{3cm}
\prob	With slope $2$ passing through $(2,-1)$\\
\vspace{3cm}
\prob	Passing through $(4,1)$ and $(6,11)$\\
\vspace{3cm}
\prob	Passing through $(3,0)$ and parallel to $y=2x+8$\\
\vspace{3cm}
\prob	Passing through $(4,2)$ and perpendicular to the line $6x+3y=8$\\


\textbf{Section III}  Plot the expression on the Cartesian coordinate system.  (3 pts. each)
\vspace{.5cm}\\
\begin{tabular}{|lr|lr|}
\hline
	\prob $y>3$ &
	\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}&
	\prob $x=-3$ &
	\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
	\prob $3=\frac{y-3}{x-3}$ &
	\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}&
	\prob $-3=\frac{y+4}{x-2}$ &
	\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}
\vspace{1cm}\\
\textbf{Section IV}  Solve.  (5 pts. each)
\vspace{.5cm}\\
\prob A caterer charges \$300 flat fee plus \$7.50 for each meal served at a wedding reception.  The total cost of the reception was \$1200.  How many meals were served?
\vspace{5cm}\\
\end{document}

