Bunuel wrote:
There are 58 balls in a jar. Each ball is painted with at least one of two colors, red or green. It is observed that 2/7 of the balls that have red color also have green color, while 3/7 of the balls that have green color also have red color. What is the probability that a ball randomly picked from the jar will have both red and green colors?
(A) 6/14
(B) 2/7
(C) 6/35
(D) 6/29
(E) 6/42
We and let r, g, and b be the number of balls that have red color only, green color only, and both colors, respectively. We can create the equations:
r + g + b = 58,
b = (2/7)(r + b)
And
b = (3/7)(g + b)
Let’s simplify the second equation by multiplying it by 7:
7b = 2r + 2b
5b = 2r
r = (5/2)b
Likewise, let’s simplify the third equation by multiplying it by 7:
7b = 3g + 3b
4b = 3g
g = (4/3)b
So plug (5/2)b for r and (4/3)b for g into the first equation, we have:
(5/2)b + (4/3)b + b = 58
15b + 8b + 6b = 58 x 6
29b = 58 x 6
b = 2 x 6 = 12
Therefore, the probability of picking a ball with both colors is 12/58 = 6/29.
Answer: D
_________________