\documentstyle{article}
\pagestyle{empty}
\topmargin = -0.5in
\textheight = 8.5in
\oddsidemargin = 0in
\evensidemargin = 0in
\textwidth = 6.5in
\newcommand{\myfrac}[2]{{\left(\frac{#1}{#2}\right)}}
\newcommand{\ds}{\displaystyle}
\pagestyle{empty}
\begin{document}
\large
\begin{center}
{\LARGE
Statistics \hfill Class Project --- Part 2 of 3 \\
}
\end{center}

\vskip 0.2in

This is the second part of the three-part class project. The grading for 
the course project will be 80\% correctness, 20\% clarity of presentation.
Be sure that you do the problems of {\it both} sides of this paper.

\vskip 0.3in

\noindent{\LARGE I. FIRST PROJECT, REPRISE.}

\vskip 0.3in

1. A fair coin is randomly flipped twice. We wish to count the
number of heads that appear in the two flips.

\vskip 0.1in

(a) Verify the five conditions that make this a binomial experiment.
 What are the values of $n$ and $p$?

\vskip 0.1in

(b) Calculate $P(r)$, the probability that exactly $r$ of the 2 flips
will land heads, for all possible values of $r$. You {\it must} use
the formula 
\begin{displaymath}
P(r) = {n \choose r} p^r q^{n-r}, \qquad \hbox{where $q = 1-p$,}
\end{displaymath}
to find these probabilities. Show your work. ({\it Note:} Of course, you can 
check your work by comparing your answers to the values in the table
in the back of the book.)

\vskip 0.1in

(c) Draw a histogram to geometrically display these probabilities.

\vskip 0.1in

(d) Find the mean and standard deviation for this distribution.

\vskip 0.3in

2. Repeat parts (b), (c) and (d), except for a fair coin randomly flipped
three times.

\vskip 0.3in

3. Repeat parts (b) and (c), except for a fair coin randomly flipped 
four times.

\vskip 0.3in

4. From the first part of your project, rewrite the observed relative
frequencies, sample mean, and sample standard deviation for Data Sets A 
and B. Compare the {\it theoretical} results from Problems 1 and 2 with
these {\it experimental} results. Are the above theoretical predictions
(probabilities, mean, and standard deviation) reasonably close to the
experimental results (relative frequencies, sample mean, and sample
standard deviation)? Why aren't the theoretical results {\it exactly}
the same as the experimental results? Discuss these issues in five
sentences or less.

{\it Note:} If you didn't
correctly obtain the sample mean and/or sample standard deviation,
you can use the results found in the solution set handed out in class.

\newpage

\noindent{\LARGE II. RELATIVE FREQUENCIES FAR FROM THE MEAN.}

\vskip 0.3in

During the 1996-97 NBA season, Dennis Rodman of the Chicago Bulls
made 60\% of his free throws. Assume that all of the free throws that he
attempts are independent.

\vskip 0.1in

5. Assume that he shoots four free throws in a game. Find the probability
that he makes at least three-quarters of his free throws --- that is,
find the probability that he makes at least three of his four free throws.
Also, find the probability that he makes no more than half of his free throws.
({\it Note:} You will probably want to use the table in the back of the book.)

\vskip 0.1in

6. Repeat, except assuming that he shoots eight free throws in a game
(that is, find the probability that he makes six or more, and find
the probability that he makes four or less.)

\vskip 0.1in

7. Repeat for 12 free throws.

\vskip 0.1in

8. Repeat for 16 free throws.

\vskip 0.1in

9. Repeat for 20 free throws.

\vskip 0.1in

10. Comment on the behavior of these probabilities of these events --- 
that the observed relative frequency (i.e., 75\% or more, 50\% or less) 
will be ``far away'' from the actual mean (i.e., 60\%) --- as the 
number of free throws increases.

\vskip 0.3in

\noindent{\LARGE III. LEAVING LAS VEGAS (COMPLETELY BROKE).}

\vskip 0.3in

A gambler in Las Vegas plays red in roulette multiple times. The probability
that the gambler wins on a given attempt is $9/19$, which is slightly less
than 50\%. To either come out ahead or break even for the day, he must 
win on at least half of his attempts.

\vskip 0.1in

11. Assume the gambler plays 12 times. Use the normal approximation to 
find the probability that he wins at least 6 times. ({\it Note:} Don't
forget to use the continuity correction to the normal approximation.
Also, do {\it not} use a decimal approximation to $9/19$.)

\vskip 0.1in

12. Assume the gambler plays 400 times. Use the normal approximation to
find the probability that he wins at least 200 times.

\vskip 0.1in

13. Assume the gambler plays 4000 times. Use the normal approximation to
find the probability that he wins at least 2000 times.

\end{document}
