Code: Select all
\documentclass[fleqn,reqno]{article}
\usepackage{titling}
\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}
\title{Quiz 1}
\author{\vspace{-5ex}}
\date{\vspace{-5ex}}
\everymath{\displaystyle}
\begin{document}
\maketitle
\begin{enumerate}
\item Translate the verbal phrase into an algebraic expression
\begin{enumerate}
\item Fifteen less than four times a number.
\item Twenty-five percent of a restaurant bill.
\item The amount of pennies in $d$ dollars.
\item The average rate of speed when traveling $320$ miles in $t$ hours.
\item The total bill for a meal that cost $C$ dollars if you plan on leaving a $15\%$ tip.
\item The total hourly wage for an employee earning $\$11.65$ per hour plus $80$ cents for each unit produced.
\end{enumerate}
\item Solve the following percent equations
\begin{enumerate}
\item What is $300\%$ of $16$?
\item $18$ is $2.4\%$ of what number?
\item $900$ is what percent of $500$?
\item $500$ is what percent of $900$?
\end{enumerate}
\item Write ``$45$ minutes to $2$ hours'' as a ratio.
\end{enumerate}
\end{document}
P.S. I realize this is a short quiz and vertical space is not a big deal, but there will be longer quizzes (I hope my students see that comment!).