Originally Given Fall 1996
Problem 1. Politics As Usual
It is a fact of politics that having control of the White House makes it harder to take control of Congress, and vice-versa. Since Clinton won the '96 presidential election, there is an 80% chance that the Republicans will keep control of Congress in '98. But if the Republicans keep control of Congress, then Al Gore will have a 60% chance of being elected president in 2000. If the Republicans don't keep control of Congress in '98, then Gore will only have a 30% chance of being elected in 2000.
Assuming, of course, that these estimates are accurate
a) What is the probability that Al Gore will be elected president in the year 2000?
P(Gore elected) = P(Gore elected with Republican Congress) + P(Gore elected without Republican Congress) = (0.8)(0.6) + (0.2)(0.3)=0.54.
b) If Gore is elected in 2000, what is the probability that the Republicans held Congress in '98?
P(Scenario 1)/[P(Scenario 1) + P(Scenario 2)]= 0.48/0.54 = 8/9.
Problem 2. Don't Stub Your Toe!
Clumsy Carl gets injured a lot. He hurts himself an average of 0.2 times per day, and his injuries are described by a Poisson process.
a) What is the probability that Carl gets injured exactly twice today?
This is Poisson, with
.
b) What is the probability that Carl gets injured no more than once this week?
Again Poisson, with
.
.
c) Estimate the probability that Carl gets injured 80 or more times in 1997. [Give me a numerical answer, like 0.3424, and try not to forget the continuity correction!]
Again Poisson, with
. Approximate by normal, with
. Using the continuity correction, ``80 or more'' becomes ``more than 79.5'',
which is 0.76 standard deviations above the mean. Our answer is then
.
Problem 3. Means, Variances, and Moment Generating Functions
Let X be a discrete random variable that takes on the values -1, 0, and 1 with probabilities 0.1, 0.3, and 0.6, respectively.
a) Find the mean and variance of X.
, Var=
.
b) Compute the moment generating function
.
.
c) Let
and
be independent random variables, each with the same distribution as X.
Let
. Find the mean, variance, and moment generating function of Y. [The formula
for
is a little bit grungy. You do not have to simplify.]
.
.
.
Problem 4. Sample Spaces
Allan, Bob, Chris, David and Ed (whom you can abbreviate as A,B,C,D and E) play on the Podunk High School basketball team. At the end of the year, one or two of them will be chosen for the county all-star team.
a) Describe the sample space. [Either list all the possible outcomes, or give such a clear description in words that it is impossible to misunderstand you].
b) Now assume that all outcomes in the space are equally likely. (This is unrealistic, but hey, this is an exam question). What is the probability that Allan is chosen? What is the (conditional) probability of Bob being chosen given that Allan is chosen?
15 possibilities, 5 with Allan chosen, one with Allan and Bob chosen. P(Allan chosen) = 5/15; P(Bob | Allan) = 1/5.
Problem 5. The Queen of Spades
In the game of Hearts, you are dealt 13 cards from a standard 52-card deck. It can be advantageous to be dealt the queen of spades, but only if you are also dealt several other spades. (Being dealt the queen by itself can be a disaster). For parts b) and c), you can leave your answer in a form involving binomial coefficients; you do not need to simplify further.
a) What is the probability of being dealt the queen of spades?
1/4, by symmetry.
b) What is the probability of being dealt 4 spades, not counting the queen? (That is, for this part of the problem we don't care whether you get the queen or not. We just care how many of the other 12 spades you get).
(# of ways to get 4 out of 12 spades (not counting Q))(# of ways to
get 9 other cards)/(# of possible hands) =
.
c) What is the probability of being dealt the queen of spades and exactly 4 other spades?
Problem 6. Continuous random variables (2 pages!)
Let X and Y be continuous random variables, with the joint probability density function
a) Compute the cumulative distribution function
, for x and y both between 0 and 2.
b) What is the probability that X <1?
F(1,2) = (2+4)/24 = 1/4.
c) Compute the marginal density functions
and
.
.
.
Extra Credit: Compute the probability that X+2Y < 3.
Problem 7. The Acid Test
In a laboratory, chemistry students are told to mix 100 ml of distilled water with 50 ml of sulphuric acid. Of course, their measurements aren't exact. They measure the water with a mean of 100ml and a standard deviation of 4ml. They measure the acid with a mean of 50ml and a standard deviation of 3ml. The two measurements are independent, and are both described by normal distributions.
a) What is the probability of a given student measuring out at least 103 ml of water?
103ml is 0.75 standard deviations above average.
.
b) What is the probability of a given student measuring out at most 48.5 ml of acid?
48.5 is 0.5 standard deviations below average.
.
c) What is the probability of a given student measuring out between 148ml and 157ml of liquid, total?
If
and
are the amounts of water and acid, then
, so our standard deviation is 5. 148ml is
below average, while 157ml is
above average. The answer is
.