Ans: Compute the weighted average of the outcomes, weighted by the probability of each outcome:
Ans: The long run average of the outcomes of the random variable over a very large number of trys.
Ans: If the events A and B are independent, then P(A and B) = P(A) P(B)
Ans: (1/2)6 = 1/64. The sequence must be HHHHHT
Ans: (1/2)5 = 1/32. The sequence must be HHHHH; we don't care what the next outcome is.
Ans: (1/2)5 = 1/32
Ans: 1 - (1 - 1/6)4 = 0.5177 = 51.8%
Ans: 1 - (1 - 1 / 36)24 = 0.4914 = 49.1%
If you bet on red or black, here are the payoff tables for an American roulette wheel:
|
|
What is the expected payoff of playing on red? playing on green.
Ans: Playing on red is E(x) = 1(0.474) + (-1)(0.474) + (-1)(0.052) = -0.052. You lose about 5 cents each time you play.
Ans: In a and b, letter is independent of number. To show that letter and number are independent, you need to show that for each letter value L P(L) if you don't know the color = P(L) for a given color.
For example, in Problem 8a, if you don't know the color, P(A) = P(B) = P(C) = 2/6 = 1/3. If you know the color is red, P(A) = P(B) = P(C) = 1/3. If you know the color is green, the probabilities are also 1/3.
In Problem 8c, if you don't know the color, P(F) = 2/6 = 1/3. If you know that the color is green, P(F) = 2/3 = 2/3, so color and letter are not independent.
To show that two events are not independent, it is enough to find one case where the probabilities are different; to show that two events are independent, you must show that the probabilities are the same for all choices of color and letter.
Person B lives at least 20 more years after February 21, 2011.
Ans: (1 /300,000)2 = 1 / 90,000,000,000.
Ans: 1 - (1 - p)^n = 1 - (1 - 0.03)^52 = 0.7948 = 79%.
Ans: First estimate the probability of a hole in one in a single try. The area of the hole in square feet is 14.2/144 =0.0986 ft2. If the area of the green is 4000 ft2, the probability of a hole in one is 0.1 * 0.0986 / 4000 = 2.465 × 10-6. This the probability of getting at least one hole in one in 50 years is
Rainfall | Probability |
---|---|
0 | 0.3 |
1 | 0.4 |
2 | 0.2 |
3 | 0.1 |
Compute the variance and standard deviation of this random variable.
Ans: (0 - 1.1)2 0.3 +
(1 - 1.1)2 0.4 +
(2 - 1.1)2 0.2 +
(3 - 1.1)2 0.1
= 1.21 × 0.3 + 0.01 × 0.4 + 0.81 × 0.2 + 3.61 × 0.1
= 0.89
The standard deviation is sqrt(0.89) = 0.943
Ans: The mean of a Bernoulli random variable is 0(1 - p) + 1p = p.
Variance = (0 - p)2 (1-p) + (1 - p)2 p
= p2(1-p) + (1 - 2p + p2)p
= p2 - p3 +
p - 2p2 + p3 = p - p2
= p(1 - p)
The standard deviation is he square root of the variance = √p(1 - p)
Ans: E(x) = p = 0.5; σx = √0.5(1-0.5) = √0.25 = 0.5