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

\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 Quiz 2 \\
	& \hspace{3cm} 21 June 2011
\end{tabular}

\textbf{Simplify.} (30 points)
\vspace{.25cm}\\

\begin{longtable}{p{5cm}p{5cm}p{5cm}}
\vspace{3cm}
\prob  $3x+6=12$&
\prob  $\frac{3}{7}(2x+1)=9$&
\prob  $2[1+2(x+1)]=10$\\
\vspace{3cm}
\prob  $4+a-(a+4)=a$&
\prob  $x+2=2(x+2)$&
\prob  $3(c+2)-6=3c-(8-c)$\\
\end{longtable}

\textbf{Solve.} (20 points)
\vspace{.25cm}\\

\prob To rent a bicycle in the French Quarter, one pays \$50 up front and \$30 per day.  Write an equation giving the cost $C$ in terms of the time in days $d$.  Find the cost of renting a bicycle in the French Quarter for six days.
\vspace{5cm}\\

\prob A parish 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?

\end{document}

