Question
A bag contains red and blue balls. Two balls are drawn one after another without replacement. Find (a) the probability both are red, (b) the probability the second is blue given the first is red, (c) the probability of one red and one blue (in any order). Then redo the entire problem with replacement and explain why the answers differ.
Solution — Step by Step
After removing one red, red remain in balls:
By multiplication rule:
After removing one red, all blue still in the bag of :
Two cases:
Total: .
When the first ball is replaced, the bag returns to its original state.
- (independence)
Why This Works
The crucial distinction is independence vs dependence. With replacement, the two draws are independent: the second draw’s probabilities don’t depend on the first. Without replacement, drawing a red ball changes the composition for the second draw — events are dependent, and we need conditional probability.
The multiplication rule handles both cases. For independent events, , and the rule reduces to .
Alternative Method
For “without replacement” problems, you can sometimes count ordered pairs directly using combinations. Total ways to pick 2 balls from 10: . Both red: . So . ✓
For one of each: . . ✓
This combinatorial approach is faster when the order doesn’t matter for the question.
Always identify replacement vs no-replacement before writing any equation. The single most-asked variation in JEE/CBSE probability is to flip this assumption mid-problem to test whether you noticed.
Common Mistake
Two standard errors:
-
Forgetting to count both orders for “one of each”. The event “one red, one blue” includes both R-then-B and B-then-R unless the problem specifies an order. Doubling is needed in the without-replacement case (each order has the same probability here, but they’re different events).
-
Using replacement probabilities in a no-replacement problem. If you compute as when it should be , you’ll be off by a factor of . Always check whether the bag is restored.
Final answer: Without replacement: , , . With replacement: , , .