Question
A bag contains 4 red balls and 6 blue balls. Two balls are drawn at random without replacement. Find the probability that both are red.
Solution — Step by Step
Both red means choose 2 from 4 red balls:
Final answer: .
Why This Works
When drawing without replacement, each outcome is equally likely if we’re using combinations to count. We could also use the multiplication rule: probability that the first ball is red is ; given that, probability that the second is also red is . Multiplying: . Same answer, different route.
The combinations approach treats the order as irrelevant. The sequential approach respects order but cancels the ordering when we ask about events that don’t depend on order.
Alternative Method
Sequential probability:
This is faster when we have just two draws and is the recommended approach for conditional-style problems.
A sanity check: if we drew 3 balls and asked for all red, we’d get . Or via combinations: . Both routes always agree.
Common Mistake
Treating “without replacement” as “with replacement.” If the problem said with replacement, the second draw resets the bag, so . Different answer. Always check the wording.