Question
A bag contains red balls and blue balls. Two balls are drawn one after the other without replacement. Find the probability that both balls are red.
The trap here: students confuse “without replacement” with “with replacement” and use the wrong probability for the second draw. Let’s do this carefully.
Solution — Step by Step
Let = first ball is red, = second ball is red.
We want (multiplication rule).
There are red balls out of total.
After drawing one red ball without replacement, the bag has red and blue ( total).
Final answer: .
Why This Works
The key idea: in conditional probability, the sample space changes after the first event. When you remove a red ball, the remaining bag is different, so the probability of drawing red again is calculated from the new distribution.
Multiplication rule: . For independent events, and the rule simplifies. Here, the events are dependent — drawing without replacement creates dependence.
Alternative Method
Counting directly. Number of ways to pick red from : . Number of ways to pick any from : .
(Note: combinations work because order doesn’t matter for “both red.” If we’d computed using permutations, — same.)
For “without replacement” probability questions, always use either the multiplication rule with conditional probability, or the combinations formula. Don’t mix the two within one calculation.
Common Mistake
The classic trap: students write , treating the two draws as independent. That’s only correct with replacement. Without replacement, the second draw’s denominator drops to and the numerator to (one red is gone).
A subtler trap: in conditional probability problems like “given the first is red, find the probability the second is red,” students sometimes forget to update both numerator AND denominator. Both must reflect the new sample.