Question
A bag contains 5 red and 7 blue balls. Two balls are drawn one after another, without replacement. Find (a) the probability that both are red, (b) the probability that the second ball is blue, and (c) given that the second ball is blue, the probability that the first was red. CBSE 2024 boards combined with JEE Main pattern (Bayes’ theorem).
Solution — Step by Step
.
After one red is drawn, there are 4 red and 7 blue balls left, so .
The second ball is blue can happen via two paths:
- First red, second blue:
- First blue, second blue:
We need . By definition:
Final answers: (a) , (b) , (c) .
Why This Works
The interesting result is part (b): the probability that the second ball is blue is — the same as the probability the first ball is blue. This isn’t a coincidence. By symmetry, every ball in the bag has the same probability of being any given draw. The “second draw” is no more special than the first.
Part (c) is Bayes’ theorem in disguise: we know the outcome of the second draw and want the probability of the first. The formula handles it directly.
Alternative Method
For part (b), use the symmetry argument directly: any specific ball is equally likely to be drawn at any specific position, so .
This is the elegant 5-second answer that toppers use. Students who don’t see the symmetry compute it the long way (Step 2 above).
The biggest error is treating “without replacement” as if it were “with replacement”. With replacement, the probability of both red would be . Without replacement, after removing one red, only 4 reds remain — denominator drops to 11.
Whenever you see “without replacement” and “second draw”, look for a Bayes’ theorem opportunity. CBSE 2-mark questions in the conditional probability section follow this pattern almost every year.