Dependent Events and Conditional Probability
Remove an item and the next probability shifts. How P(B given A) replaces P(B) when events are dependent, why replacement decides which rule applies, and what happens when an item runs out.
--
Remove an item and the next probability shifts. How P(B given A) replaces P(B) when events are dependent, why replacement decides which rule applies, and what happens when an item runs out.
Two events are dependent when the first changes the second. Drawing a ball and not replacing it leaves fewer balls, so the second probability shifts. We handle this with the conditional probability — the probability of
given that
has happened.
Quick test: does the first draw change how many items are left for the second? If yes, the events are dependent.
The same draw, but with replacement
Green then green again (no replacement)
| Feature | With replacement | Without replacement |
|---|---|---|
| Balls for draw 2 | stays the same | decreases by one |
| Effect of first draw | none | changes the second |
| Law | P(A) × P(B) | P(A) × P(B | A) |
| Yellow then green | 1/3 × 1/3 = 1/9 | 1/3 × 1/2 = 1/6 |