313,879 views
45 votes
45 votes
Listen ►

A jar has marbles in these three colors only: 5 green, 5 blue, 3 red.
What is the probability of randomly choosing a green marble, after choosing (and
keeping) a red marble?
Answer with a percentage rounded to the nearest tenth.

User David A Gibson
by
2.7k points

1 Answer

20 votes
20 votes

Explanation:

EXPLANATION:-

I’ll use R,G,B,Y for Red, Green, Blue, Yellow, don’t be surprised)

The probability of picking an item A in a box of N items depends on nA, the amount of items A in the box at the time of picking, with the kinda instinctive value:

p = nA / N

then it means that if you have no green ball, the probability is 0/N = 0, if you only have green balls, it means you have a probability of N/N = 1 = 100%, and if you have as many green balls as non-green balls, you have a probability of nA/(2nA) = 0.5 = 50%.

Here the probability of first picking a green ball (nG=5) in a box of N=3+5+2+6=16 for the 1st pick is:

pG1 = 5/16

Now the trick here is that once you picked the green ball, you put it back in the box before picking another ball. So you still have N=16 balls for the second pick, and the probability of picking a yellow ball (nY=6) for the 2nd pick is:

pY2 = 6/16 = 3/8

(it would have been slightly higher, at 6/15, if you did NOT put back the green marble in the box).

Now you want BOTH events to be true. So you want G1 to be true AND Y2 to be true. The two events are independent (the probability of Y2 is 6/16 if you had G1 but is also 6/16 if you failed G1), so the probability of having both is simply done by multiplicating them:

pG1Y2 = pG1 * pG2 = 15/128

User Alyssa
by
2.5k points