\documentclass[12pt]{article}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{fullpage, paralist}
\newcommand{\ds}{\displaystyle}
\newcommand{\B}{{\mathcal B}}
\newcommand{\Z}{{\mathbb Z}}
\newcommand{\Q}{{\mathbb Q}}
\newcommand{\R}{{\mathbb R}}
\newcommand{\C}{{\mathbb C}}
\newcommand{\Fq}{{\mathbb F}_q}
\renewcommand{\B}{{\mathcal B}}
%\newcommand{\Zp}{\Z_{(p)}}
\newcommand{\rot}{\left(\begin{smallmatrix}\cos \theta&-\sin \theta\\\sin
    \theta&\cos \theta\end{smallmatrix}\right)}
\newcommand{\spmatrix}[4]{\left(\begin{smallmatrix}#1&#2\\#3&#4\end{smallmatrix}\right)}


\newcommand{\GCD}{{\textrm{GCD}}}
\begin{document}
\parskip=\medskipamount

\newif\ifsolutions
\solutionsfalse
\solutionstrue
 
\newcommand{\sol}[1]
{\ifsolutions\bigbreak\hfill
\begin{minipage}[b]{\linewidth}
\parskip=\medskipamount
\noindent\textbf{Solution:}\quad
#1
\end{minipage} 
\bigbreak
\fi}

\newcommand{\solx}[1]
{\ifsolutions\bigbreak\hfill
\begin{minipage}[b]{\linewidth}
\parskip=\medskipamount
#1
\end{minipage} 
\bigbreak
\fi}




\thispagestyle{empty}

\begin{center}
{\large\textbf{Dartmouth College}\\
Mathematics 25}
\end{center}
\begin{center}
Assignment 5\\
due Wednesday, October 28
\end{center}

\begin{enumerate}

\item Show that 91 is a pseudoprime to the base 3.

\item  Show that 25 is a strong pseudoprime to the base 7.

\item Show that 1387 is a pseudoprime to the base 2, but not a strong
  pseudoprime to the base 2.

\end{enumerate}

\end{document}
