Independent and Dependent Events
When one event does not affect another, multiply their probabilities. Why drawing with replacement stays independent, what changes when you do not replace, and why every extra condition lowers the result.
When one event does not affect another, multiply their probabilities. Why drawing with replacement stays independent, what changes when you do not replace, and why every extra condition lowers the result.
Two events are independent when the first has no effect on the second — like tossing a coin twice. To find the probability that both happen, you multiply their separate probabilities.
If A and B are independent, the probability that both occur is the product of their probabilities.
Examples of independence: tossing a coin twice, rolling a die, or drawing from a box with replacement.
Multiplying one fraction by another always gives a smaller result — adding a second condition makes the combined event harder to achieve.
Each toss is heads with probability , and the tosses are independent:
A box holds 3 balls. You draw one, put it back, and draw again. Replacing the ball keeps the two draws independent.
If you draw without replacing, the events become dependent — the first draw changes what is left, so the second probability changes too. You then multiply by the conditional probability .
| Event | P(A) | P(B) | P(A ∩ B) |
|---|---|---|---|
| Coin — two heads | 1/2 | 1/2 | 1/4 = 25% |
| Balls with replacement — yellow twice | 1/3 | 1/3 | 1/9 ≈ 11.1% |
| Die — six twice | 1/6 | 1/6 | 1/36 ≈ 2.8% |