tom09b
A jar contains 20 red, 20 blue, 6 yellow and 4 pink balls. If two balls are to be selected at random and without replacement, approximately what is the probability both of them to be the same colour?
A. 1/25
B. 1/15
C. 1/3
D. 1/2
E. 1
We are given that a jar contains 20 red, 20 blue, 6 yellow and 4 pink balls, so a total of 50 balls. We need to determine the probability that when two balls are selected, they are of the same color. Thus,
P(2 balls of the same color) = P(2 reds) + P(2 blues) + P(2 yellows) + P(2 pinks)
We can use combinations to determine our answers.
Let’s start with the number of ways to select 2 red balls:
20(C)2 = (20 x 19)/2 = 10 x 19 = 190
Since there are 20 blue balls, there are also 190 ways to select 2 blue balls.
Next we can determine the number of ways to select 2 yellow balls:
6(C)2 = (6 x 5)/2 = 3 x 5 = 15
Finally we can determine the number of ways to select 2 pinks balls:
4(C)2 = (4 x 3)/2 =2 x 3 = 6
Thus, the number of ways to select two balls of the same color is:
190 + 190 + 15 + 6 = 401
Now we need to determine the total number of ways to select two balls:
50(C)2 = (50 x 49)/2 = 25 x 49 = 1,125
Thus, P(2 reds) + P(2 blues) + P(2 yellows) + P(2 pinks) = 401/1,125
To more easily reduce our fraction, we can round 401 down to 400 and we have:
400/1,125 = 16/45, which is about 1/3.
Answer: C