Probability: Step-by-Step Worked Examples (14)

medium 2 min read

Question

A bag contains 44 red and 66 black balls. Two balls are drawn one after the other without replacement. Find the probability that (a) both are red, (b) the first is red and the second is black, (c) at least one is red.

Solution — Step by Step

“Without replacement” means the second draw depends on the first. We will use the multiplication rule: P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B|A).

P(first red)=4/10=2/5P(\text{first red}) = 4/10 = 2/5. After one red is removed, 33 red and 66 black remain. P(second red | first red)=3/9=1/3P(\text{second red | first red}) = 3/9 = 1/3.

P(both red)=2513=215P(\text{both red}) = \frac{2}{5} \cdot \frac{1}{3} = \frac{2}{15}

P(first red)=4/10P(\text{first red}) = 4/10. Then 33 red and 66 black remain. P(second black)=6/9=2/3P(\text{second black}) = 6/9 = 2/3.

P(R then B)=41069=2490=415P(\text{R then B}) = \frac{4}{10} \cdot \frac{6}{9} = \frac{24}{90} = \frac{4}{15}

Use the complement: P(at least one red)=1P(both black)P(\text{at least one red}) = 1 - P(\text{both black}).

P(both black)=61059=3090=13P(\text{both black}) = \dfrac{6}{10} \cdot \dfrac{5}{9} = \dfrac{30}{90} = \dfrac{1}{3}.

P(at least one red)=113=23P(\text{at least one red}) = 1 - \frac{1}{3} = \frac{2}{3}

Final Answer: (a) 2/152/15, (b) 4/154/15, (c) 2/32/3.

Why This Works

Without replacement, the sample space shrinks after each draw, which is why P(second red | first red)P(first red)P(\text{second red | first red}) \neq P(\text{first red}). The multiplication rule formalizes this dependence.

For “at least one” questions, the complement trick saves time. Counting “both black” is one calculation; counting “exactly one red” plus “exactly two reds” is two calculations. Always check if the complement is easier.

Alternative Method

Use combinations: total ways to pick 22 from 1010 is (102)=45\binom{10}{2} = 45. Both red: (42)=6\binom{4}{2} = 6 ways. So P=6/45=2/15P = 6/45 = 2/15. Quicker for unordered draws, but doesn’t directly handle ordered pairs like part (b).

Using P(second red)=4/10P(\text{second red}) = 4/10 in part (a) treats the draws as independent. They’re not — once a red is drawn, only 33 reds remain in 99 balls. Always check whether the question says “with” or “without” replacement.

The complement rule P(at least one)=1P(none)P(\text{at least one}) = 1 - P(\text{none}) is your fastest path for “at least” questions. Train this reflex — JEE Main asks at least one such question every year.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next