\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{8cm}}  & Math 095 Practice Problems II \\
	& \hspace{3cm} 22 October 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 $(1,2)$ and$(2,0)$ &\prob	Between $(-2,5)$ and $(2,-1)$\\
	\vspace{1cm}
	\prob	$y=8$ &\prob	$x=2$\\
	\vspace{1cm}
	\prob	$y=3x+4$ &\prob	$y-1=5(x-2)$\\
	\vspace{1cm}
	\prob	$4x+2y=8$ &\prob	$y-3x=-(x-4)$\\
	\vspace{1cm}
	\prob	$2x+4y=-2(y-x)$ &\prob	$x=4(y-2)-4(y+2x)$\\
\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,0)$\\
\vspace{3cm}
\prob	Passing through $(3,1)$ and $(6,0)$\\
\vspace{3cm}
\prob	Passing through $(1,4)$ and parallel to $y=2x+4$\\
\vspace{3cm}
\prob	Passing through $(4,1)$ and perpendicular to the line $2x+y=3$\\


\textbf{Section III}  Plot the expression on the Cartesian coordinate system.  (5 pts. each)
\vspace{.5cm}\\
\begin{tabular}{|lr|lr|}
\hline
	\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}&
	\prob $y=-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}\\
\hline
	\prob $4=\frac{y-4}{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 $-1=\frac{y-4}{x+5}$ &
	\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=3x-9$ &
	\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=4y-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}
\pagebreak\\
\textbf{Section IV}  Calculate the percent change.  (3 pts. each)
\vspace{.5cm}\\
\begin{tabular}{p{8cm}p{8cm}}
\prob From $14$ to $35$ & \prob From $40$ to $10$
\vspace {4cm}\\
\prob A sale item marked as \$$24$ is sold for \$$16$. & \prob Bacteria in a petrie dish have a mass of $13$mg while two weeks earlier their mass was $91$mg.
\vspace {4cm}\\
\multicolumn{2}{c}
\prob According to the US Census, New Orleans had 484,674 people in  2000 and 223,388 people in 2006.
\vspace {4cm}\\
\end{tabular}
\vspace{1cm}\\
\textbf{Section IV}  Solve.  (5 pts. each)
\vspace{.5cm}\\
\prob A fencing company charges a flat fee of \$$100$ plus \$$6.00$ per post.  The total cost of building a fence was \$$430$.  How many posts did the company set?
\vspace{5cm}\\
\prob In Maryland, there were 187,300 adults ages 25 to 44 without high school diplomas or GED credentials in the year 2000.  This represented 11\% of that age group.  What is teh total number of people in that age group in Maryland in 2000, rounded to the nearest hundred?
\vspace{5cm}\\
\prob John invested \$5000 in an account earning simple interest at noe rate.  He also invested \$3000 in a second account whose rate was 2\% higher simple interest than the first rate.  The total interest earned during one year was \$380.  What were the two rates?
\vspace{5cm}\\
\prob A county tax commission has propossed two property tax bills.  The first bill requires homeowners to pay \$1500 plus 3\% of the assessed value of their property.  The second bill requires them to pay \$300 plus 9\% of the assessed value of gtheir property.  What property values would make the first bill the most economical?
\vspace{5cm}\\
\end{document}

