154k views
3 votes
You have a large jar that initially contains 30 red marbles and 20 blue marbles. We also have a large supply of extra marbles of each color. Draw a marble out of the jar. If it's red, put it back in the jar, and add three red marbles to the jar from the supply of extras. If it's blue, put it back into the jar, and add five blue marbles to the jar from the supply of extras. Do this two more times. Now, pull a marble from the jar, at random. What's the probability that this last marble is red? What's the probability that we actually drew the same marble all four times?

1 Answer

2 votes

Answer:

There is a 57.68% probability that this last marble is red.

There is a 20.78% probability that we actually drew the same marble all four times.

Explanation:

Initially, there are 50 marbles, of which:

30 are red

20 are blue

Any time a red marble is drawn:

The marble is placed back, and another three red marbles are added

Any time a blue marble is drawn

The marble is placed back, and another five blue marbles are added.

The first three marbles can have the following combinations:

R - R - R

R - R - B

R - B - R

R - B - B

B - R - R

B - R - B

B - B - R

B - B - B

Now, for each case, we have to find the probability that the last marble is red. So


P = P_(1) + P_(2) + P_(3) + P_(4) + P_(5) + P_(6) + P_(7) + P_(8)


P_(1) is the probability that we go R - R - R - R

There are 50 marbles, of which 30 are red. So, the probability of the first marble sorted being red is
(30)/(50) = (3)/(5).

Now the red marble is returned to the bag, and another 3 red marbles are added.

Now there are 53 marbles, of which 33 are red. So, when the first marble sorted is red, the probability that the second is also red is
(33)/(53)

Again, the red marble is returned to the bag, and another 3 red marbles are added

Now there are 56 marbles, of which 36 are red. So, in this sequence, the probability of the third marble sorted being red is
(36)/(56)

Again, the red marble sorted is returned, and another 3 are added.

Now there are 59 marbles, of which 39 are red. So, in this sequence, the probability of the fourth marble sorted being red is
(39)/(59). So


P_(1) = (3)/(5)*(33)/(53)*(36)/(56)*(39)/(59) = (138996)/(875560) = 0.1588


P_(2) is the probability that we go R - R - B - R


P_(2) = (3)/(5)*(33)/(53)*(20)/(56)*(36)/(61) = (71280)/(905240) = 0.0788


P_(3) is the probability that we go R - B - R - R


P_(3) = (3)/(5)*(20)/(53)*(33)/(58)*(36)/(61) = (71280)/(937570) = 0.076


P_(4) is the probability that we go R - B - B - R


P_(4) = (3)/(5)*(20)/(53)*(25)/(58)*(33)/(63) = (49500)/(968310) = 0.0511


P_(5) is the probability that we go B - R - R - R


P_(5) = (2)/(5)*(30)/(55)*(33)/(58)*(36)/(61) = (71280)/(972950) = 0.0733


P_(6) is the probability that we go B - R - B - R


P_(6) = (2)/(5)*(30)/(55)*(25)/(58)*(33)/(63) = (49500)/(1004850) = 0.0493


P_(7) is the probability that we go B - B - R - R


P_(7) = (2)/(5)*(25)/(55)*(1)/(2)*(33)/(63) = (825)/(17325) = 0.0476


P_(8) is the probability that we go B - B - B - R


P_(8) = (2)/(5)*(25)/(55)*(1)/(2)*(30)/(65) = (750)/(17875) = 0.0419

So, the probability that this last marble is red is:


P = P_(1) + P_(2) + P_(3) + P_(4) + P_(5) + P_(6) + P_(7) + P_(8) = 0.1588 + 0.0788 + 0.076 + 0.0511 + 0.0733 + 0.0493 + 0.0476 + 0.0419 = 0.5768

There is a 57.68% probability that this last marble is red.

What's the probability that we actually drew the same marble all four times?


P = P_(1) + P_(2)


P_(1) is the probability that we go R-R-R-R. It is the same
P_(1) from the previous item(the last marble being red). So
P_(1) = 0.1588


P_(2) is the probability that we go B-B-B-B. It is almost the same as
P_(8) in the previous exercise. The lone difference is that for the last marble we want it to be blue. There are 65 marbles, 35 of which are blue.


P_(2) = (2)/(5)*(25)/(55)*(1)/(2)*(35)/(65) = (875)/(17875) = 0.0490


P = P_(1) + P_(2) = 0.1588 + 0.0490 = 0.2078

There is a 20.78% probability that we actually drew the same marble all four times

User Felixhummel
by
8.5k points