\documentclass[10pt]{article}
\usepackage{amsmath}
\title{P92}
%% new environments
\newenvironment{question}{\item}{}
\newenvironment{solution}{\comment}{\endcomment}
\newenvironment{answerlist}{\renewcommand{\labelenumi}{(\alph{enumi})}\begin{enumerate}}{\end{enumerate}}
\begin{document}
\begin{enumerate}
\setcounter{enumi}{91}
\begin{question}
Two insurers provide bids on an insurance policy to a large company. The bids must be
between 2000 and 2200 . The company decides to accept the lower bid if the two bids
differ by 20 or more. Otherwise, the company will consider the two bids further.
Assume that the two bids are independent and are both uniformly distributed on the
interval from 2000 to 2200.
Determine the probability that the company considers the two bids further.
\begin{answerlist}
\item .10
\item .19
\item .20
\item .41
\item .60
\end{answerlist}
\end{question}
\end{enumerate}
\end{document}
%\begin{solution}
%
%\begin{answerlist}
%\item FALSE
%\item TRUE
%\item FALSE
%\item FALSE
%\item FALSE
%\end{answerlist}
%
%\end{solution}