Probability Fundamentals
Probability Fundamentals
If all outcomes in a sample space $S$ are equally likely:
$$P(A) = \frac{|A|}{|S|} = \frac{\text{favorable outcomes}}{\text{total outcomes}}$$
$0 \leq P(A) \leq 1$ for any event $A$.
$$P(A^c) = 1 - P(A)$$
$$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$
If $A$ and $B$ are mutually exclusive: $P(A \cup B) = P(A) + P(B)$.
$$P(A \cap B) = P(A) \cdot P(B|A)$$
If $A$ and $B$ are independent: $P(A \cap B) = P(A) \cdot P(B)$.
A fair die is rolled. What is $P(\text{even})$?
Even outcomes: $\{2, 4, 6\}$, total: 6.
$$P(\text{even}) = \frac{3}{6} = \frac{1}{2}$$
A card is drawn from a standard 52-card deck. What is $P(\text{heart or face card})$?
Hearts = 13, face cards = 12, heart face cards = 3.
$$P = \frac{13 + 12 - 3}{52} = \frac{22}{52} = \frac{11}{26}$$
Two dice are rolled. What is $P(\text{sum} = 7)$?
Favorable: $(1,6),(2,5),(3,4),(4,3),(5,2),(6,1) = 6$ outcomes. Total: $36$.
$$P = \frac{6}{36} = \frac{1}{6}$$
Practice Problems
Show Answer Key
1. $\binom{3}{2}/2^3 = 3/8$
2. $5/10 = 1/2$
3. $1 - 1/2 = 1/2$
4. $\frac{4}{52} \cdot \frac{3}{51} = \frac{12}{2652} = \frac{1}{221}$
5. $2/6 = 1/3$
6. Outcomes $\leq 4$: $(1,1),(1,2),(1,3),(2,1),(2,2),(3,1) = 6$; $P = 6/36 = 1/6$
7. $8/10 = 4/5$
8. Yes, the outcomes do not affect each other
9. $1 - P(\text{no heads}) = 1 - 1/8 = 7/8$
10. $\frac{6}{10} \cdot \frac{5}{9} = \frac{30}{90} = 1/3$
11. They cannot both occur at the same time
12. $0.3 \times 0.5 = 0.15$