2026-04-22

Problem — 2026-04-22

Easy

Easyprobability

You have an urn with 55 red and 55 blue balls. You draw 33 balls without replacement. What is the probability that all three are the same color?

Express as a fraction

Show solution
Total ways to draw 33 from 1010: (103)=120\binom{10}{3} = 120. Ways to draw 33 red: (53)=10\binom{5}{3} = 10. Ways to draw 33 blue: (53)=10\binom{5}{3} = 10. So P(all same color)=10+10120=20120=16P(\text{all same color}) = \frac{10 + 10}{120} = \frac{20}{120} = \frac{1}{6}.