Question
A box contains 3 white and 5 black balls. Two balls are drawn one after the other without replacement. Find the probability that the second ball is white given that the first ball is black.
Solution — Step by Step
Let = first ball is black, = second ball is white. We want .
Given that has occurred, one black ball has been removed. The remaining bag has 3 white and 4 black balls, total 7.
Final answer: .
Why This Works
Conditional probability is just probability computed in the smaller sample space where the condition is true. Once we know the first ball is black, we recompute everything as if the bag now has 7 balls (3 white + 4 black). Whatever event we ask about is evaluated against this updated bag.
Formally, . We can verify: . . Ratio: . Same answer.
Alternative Method
Use the formal definition:
This longer route is useful when the conditional reduction isn’t intuitive.
In many problems, “given that the first ball is black” simply means “redo the calculation with one fewer black ball in the bag.” Don’t overthink it.
Common Mistake
Computing as if the events were independent. They’re not — the second draw depends on the first. Independence requires , which means the condition shouldn’t change the probability. With replacement, draws are independent; without replacement, they’re not.