Probability rules are fundamental principles that govern how probabilities are calculated and combined. These rules allow us to analyze complex events and make predictions in uncertain scenarios.
The addition rule is used to calculate the probability of the union of two events (i.e., either event
For two events
-
Mutually Exclusive Events: If
$A$ and$B$ cannot occur simultaneously ($P(A \cap B) = 0$ ):$$P(A \cup B) = P(A) + P(B)$$
A card is drawn from a deck. What is the probability of drawing a King or a Heart?
$P(\text{King}) = \frac{4}{52}$ $P(\text{Heart}) = \frac{13}{52}$ -
$P(\text{King} \cap \text{Heart}) = \frac{1}{52}$ (King of Hearts)
The multiplication rule is used to calculate the probability of the intersection of two events (i.e., both event
Where
-
Independent Events: If
$A$ and$B$ are independent ($P(B \mid A) = P(B)$ ):$$P(A \cap B) = P(A) \cdot P(B)$$
Tossing two coins. What is the probability of getting heads on both coins?
$P(\text{Heads on 1st coin}) = \frac{1}{2}$ $P(\text{Heads on 2nd coin}) = \frac{1}{2}$
The complement rule calculates the probability of an event not occurring.
What is the probability of not rolling a 6 on a fair die?
Conditional probability calculates the probability of an event
Provided
A card is drawn from a deck. What is the probability that it is a King given it is a Heart?
$P(\text{King} \cap \text{Heart}) = \frac{1}{52}$ $P(\text{Heart}) = \frac{13}{52}$
Rule | Formula | Key Use Case |
---|---|---|
Addition Rule | For "or" probabilities | |
Multiplication Rule | For "and" probabilities | |
Complement Rule | For probabilities of the complement | |
Conditional Probability | For probabilities given specific conditions |
-
Addition Rule:
Calculating the probability of a card being a King or a Queen. -
Multiplication Rule:
Determining the likelihood of two events happening in sequence, such as drawing two aces in a row. -
Complement Rule:
Estimating the probability of not getting a defective product in a batch. -
Conditional Probability:
Assessing the likelihood of disease given a positive test result.
The rules of probability are essential tools for analyzing uncertain events and making data-driven predictions. Mastering these rules allows you to handle more complex probabilistic scenarios with confidence.
Next Steps: Discrete and Continuous Distributions