Independent Events
Flipping Two Coins
What is the probability of getting heads on both flips when flipping a fair coin twice?
Identify the events: Event A: First flip is heads. Event B: Second flip is heads. = Two separate events
Check if they're independent: The first flip doesn't affect the second flip = Yes, independent
Find individual probabilities: $P(A) = \frac{1}{2}$, $P(B) = \frac{1}{2}$ = Each has probability $\frac{1}{2}$
Apply the multiplication rule: $P(A \text{ and } B) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}$ = $\frac{1}{4}$
Answer: The probability of getting heads on both flips is $\frac{1}{4}$ or 25%.
Rolling Two Dice
What is the probability of rolling a 6 on the first die AND a 6 on the second die?
Identify the events: Event A: First die shows 6. Event B: Second die shows 6. = Two separate events
Verify independence: Rolling one die has no effect on the other die = Events are independent
Find individual probabilities: $P(A) = \frac{1}{6}$, $P(B) = \frac{1}{6}$ = Each has probability $\frac{1}{6}$
Multiply the probabilities: $P(A \text{ and } B) = \frac{1}{6} \times \frac{1}{6} = \frac{1}{36}$ = $\frac{1}{36}$
Answer: The probability of rolling double sixes is $\frac{1}{36}$, which is about 2.78%.
Three Coin Flips
What is the probability of getting heads three times in a row?
Identify the events: Three flips: $H_1$, $H_2$, $H_3$ (all must be heads) = Three independent events
Find each probability: Each flip: $P(H) = \frac{1}{2}$ = All equal to $\frac{1}{2}$
Extend the multiplication rule: $P(H_1 \text{ and } H_2 \text{ and } H_3) = \frac{1}{2} \times \frac{1}{2} \times \frac{1}{2}$ = $\left(\frac{1}{2}\right)^3$
Calculate the result: $\frac{1}{2} \times \frac{1}{2} \times \frac{1}{2} = \frac{1}{8}$ = $\frac{1}{8}$
Answer: The probability of three heads in a row is $\frac{1}{8}$ or 12.5%.
Mixed Events: Die and Coin
You roll a die and flip a coin. What is the probability of rolling an even number AND getting tails?
Identify the events: Event A: Even number on die. Event B: Tails on coin. = Die and coin are independent
Find P(even number): Even numbers: 2, 4, 6. That's 3 out of 6 outcomes. = $P(A) = \frac{3}{6} = \frac{1}{2}$
Find P(tails): One of two equally likely outcomes = $P(B) = \frac{1}{2}$
Apply multiplication rule: $P(A \text{ and } B) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}$ = $\frac{1}{4}$
Answer: The probability is $\frac{1}{4}$ or 25%.
Mistake: Confusing independent events with mutually exclusive events
Why: Mutually exclusive events CANNOT happen together (like rolling a 3 and a 5 on ONE die). Independent events CAN happen together - they just don't affect each other.
Correct: Independent = one doesn't affect the other. Mutually exclusive = both cannot occur at the same time.
Mistake: Thinking past results affect future independent events (gambler's fallacy)
Why: If you flip heads 5 times in a row, the probability of heads on the next flip is still $\frac{1}{2}$. The coin has no memory!
Correct: Each independent event starts fresh. Previous outcomes don't change future probabilities.
Mistake: Adding probabilities instead of multiplying for 'and' situations
Why: Addition is for 'or' situations (either A or B). For 'and' situations (both A and B), you must multiply.
Correct: P(A and B) = P(A) $\times$ P(B) for independent events.
Mistake: Forgetting to check if events are actually independent
Why: Not all events are independent! Drawing cards without replacement creates dependent events because the deck changes.
Correct: Always verify independence before using the multiplication rule.
Quality Control in Manufacturing
Factories use probability to predict how many defective products will be made. If each step has a small failure rate, the overall success rate is the product of individual success rates.
A phone has 3 components, each with a 95% chance of working. The probability all 3 work is $0.95 \times 0.95 \times 0.95 = 0.857$ or about 86%.
Password Security
The probability of guessing a password depends on independent choices. Each character adds another multiplication to the probability calculation.
A 4-digit PIN has each digit chosen independently. The chance of guessing it randomly is $\frac{1}{10} \times \frac{1}{10} \times \frac{1}{10} \times \frac{1}{10} = \frac{1}{10000}$.
Independent events are events where one does not affect the probability of the other
For independent events: $P(A \text{ and } B) = P(A) \times P(B)$
This extends to multiple events: $P(A \text{ and } B \text{ and } C) = P(A) \times P(B) \times P(C)$
Common examples: coin flips, dice rolls, drawing with replacement
The gambler's fallacy is the mistaken belief that past results affect future independent events
Q: How do I know if events are independent?
A: Ask yourself: Does knowing the outcome of one event change the probability of the other? If NO, they're independent. Coin flips, separate dice rolls, and drawing WITH replacement are independent. Drawing WITHOUT replacement creates dependent events.
Q: Why do we multiply for 'and' but add for 'or'?
A: Think of it this way: Getting both outcomes is harder (smaller probability = multiply). Getting at least one is easier (larger probability = add, but subtract overlap). The multiplication rule captures how unlikely it is for BOTH to occur.
Q: Can dependent events use the multiplication rule?
A: Yes, but with a modification! For dependent events: $P(A \text{ and } B) = P(A) \times P(B|A)$, where $P(B|A)$ is the probability of B given that A already happened. This is covered in conditional probability.
Independent Events
1 / 12
Independent Events
Learn what independent events are and how to calculate the probability of multiple independent events occurring together.