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

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


\textbf{Section II}  Plot the expression on the Cartesian coordinate system.  (5 pts. each)
\vspace{.5cm}\\
\begin{tabular}{|lr|lr|}
\hline
	\prob $x=4$ &
	\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 $y<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
	\prob $2=\frac{y-4}{x-1}$ &
	\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 $-4=\frac{y-4}{x-1}$ &
	\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 $y=4x-6$ &
	\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=2y-8$ &
	\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}
\end{document}

