MHB Probability of Drawing Same-Colored Balls from a Box

Click For Summary
The probability of drawing two balls of the same color from a box containing 2 red, 4 white, and 4 green balls is calculated by considering each color's probabilities. For red, the probability is (2/10) * (1/9). For white and green, the probabilities are both (4/10) * (3/9). Summing these probabilities gives the total probability of drawing two balls of the same color. The final result reflects the combined likelihood of drawing two red, two white, or two green balls in succession without replacement.
rymatson406
Messages
3
Reaction score
0
A box contains 2 red, 4 white, and 4 green two balls are drawn in succession without replacement. What is the probability that both balls are the same color?
 
Last edited:
Mathematics news on Phys.org
rymatson406 said:
A box contains 2 red, 4 white, and 4 green two balls are drawn in succession without replacement. What is the probability that both balls are the same color?

The probability is the sum of the probabilities:
  • 1. ball red and 2. ball red
  • 1. ball white and 2. ball white
  • 1. ball green and 2. ball green

The probability "1. ball red and 2. ball red":

The probability to pick a red ball from the box which contains $10$ balls, where $2$ of them are red, is $\displaystyle{\frac{2}{10}}$.
Now there are $9$ balls left in the box and $1$ of them is red.
So the probability for the second ball to be red is $\displaystyle{\frac{1}{9}}$.

Therefore the probability "1. ball red and 2. ball red" is equal to $$\frac{2}{10} \cdot \frac{1}{9}$$Do the same for the two other cases, and you get:
$$\frac{2}{10} \cdot \frac{1}{9}+\frac{4}{10} \cdot \frac{3}{9}+\frac{4}{10} \cdot \frac{3}{9}$$
 
Last edited by a moderator: