I obtain two heads when flipping a coin twice.
The bears win the super bowl in 2011.
O'Hare Airport receives one inch of rain or more on 9/30/2010.
The sun rises on the morning of 9/31/2010 in downtown Chicago.
The earths atmosphere is blown away by a supernova explosion of a nearby star within the next 50 years.
Assume that all outcomes are equally likely. Suppose you are interested in the probability that the event A occurs.
Ans: The set of all outcomes = {HH, HT, TH, TT}
A = Event of getting exactly one head = {HT, TH}
P(A) = # of events in A / # events in S = 2 / 4 = 0.5
Perform a repeated experiment. Count the number of times s the event A occurs and the total number of times n the experiment is repeated.
Each person uses personal intuition or judgement.
What is the probability that I will need an umbrella today?
Las Vegas oddsmakers combine subjective probabilities for many sources when determining betting odds.
Example 5:   What is the probability that the Bears will win the Super Bowl in 2011?
The concept of a fair bet is sometimes used to determine subjective probabilities. A fair bet is a bet for which you would be willing to take either side.
x | Probability |
---|---|
0 | 0.25 |
1 | 0.50 |
2 | 0.25 |
x | Probability |
---|---|
0 | 0.125 |
1 | 0.375 |
2 | 0.375 |
3 | 0.125 |
| Expected value = E(x) = x1 p1 + x2 p2 + ... + xn pn |
Example 9: Suppose the probability that the Bears will the Super Bowl next year is 1 / 5 = 0.2. You make a bet with your friend. If the Bears win you get $100. If the bears do not win, you pay him $30. What is the expected value of this bet?
Payoff | Probability |
---|---|
-30 | 0.8 |
100 | 0.2 |
Note: the payoff of 30 in the table is negative because you are losing $30.
Expected value = (-30) × 0.8 + 100 × 0.2 = -0.4
The conclusion is that you will lose 40 cents every time you make this bet.
Example 10: A tropical island has the same probability distribution for rain every day:
Rainfall | Probability |
---|---|
0 | 0.3 |
1 | 0.4 |
2 | 0.2 |
3 | 0.1 |
What is the risk (expected value of rain today)?
Ans: E(x) = x1 p1 + x1 p1 + x1 p1 + x1 p1
= 0 × 0.3 + 1 × 0.4 + 2 × 0.2 + 3 × 0.1 = 1.1
Example 11: Your house costs $400,000, on which you pay $130 per year in insurance. If the probability that your house is destroyed in a given year is 0.025%,
Ans: The insurance company gains $130 if your house is not destroyed,
but loses $400,000 if it is:
Risk = 130 * 0.99975 * 130 + (-400,000 + 130) * 0.00025 = -99.87.
Ans: If the risk is 0 and the premium is p,
Risk = p * 0.99975 + (-400,000) * 0.0025 = 0. Solve for p:
p = 100.025.
We can also use this formula to compute the probability of at least one success in n independent tries:
Then the probability of dying in 500 independent plane crashes is
Ans: 1 - (1 - p)n = 1 - (1 - 1/36)24 = 0.491414