Is there a way to make the space between the answer choices to be less? Here is the code:
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath,amssymb,amsfonts}
\begin{document}
\paragraph{Example 1} Which of the following best expresses the following statement: ``A number is greater than or equal to 15?''
\begin{enumerate}
\item[A.] $x < 15$
\item[B.] $x = 15$
\item[ C.] $x > 15$
\item[D.] $x \geq 15$
\item[E.] $x \leq 15$
\end{enumerate}
\end{document}
Thank you for your time
Nick