There are 6 red, 4 green, and 8 white marbles in a bag. What's the probability of drawing with replacement first a red marble and then a green marble?

2 Answers

#1/3xx2/9=2/27#

Explanation:

We start out with 18 marbles, 6 of which are red. On our first draw, the probability of getting a red marble is:

#6/18=1/3#

We put the red marble back and so are back to the original 18 marbles. We then want to draw a green marble. There are 4 green marbles, and so the probability of drawing a green one is:

#4/18=2/9#

So now the question is - Do we add these two fractions together or do we multiply?

One way to approach this is to see that each draw is an independent event and so we multiply the probabilities. But let's talk about this this way - if I put the green marble back and do a third draw and want a blue one (probability of #8/18=4/9#), am I making it more or less likely that I'm going to have things happen the way we've described?

If it's more likely, we add the probabilities together. That'd be

#6/18+4/18+8/18=1# - a statistical guarantee that I'll draw first a red, then a green, then a blue. Does that make sense? No - it doesn't. If you need more proof, add another draw and now we have a probability that is greater than 1 - and that really doesn't make any sense.

As we add conditions, the probability that things will happen in certain way becomes smaller - and so we're multiplying (when we multiply a number by a fraction that reduces to less than one, the product gets smaller).

When we multiply the red draw and the green draw together, we get:

#1/3xx2/9=2/27# - a pretty low probability that things will happen in that order. And that makes sense. And as we add more and more draws, the likelihood that we'll get the draws in exactly the order specified becomes less and less likely.

#=2/27#

Explanation:

The probability of an event is equal to the number of times that event can happen over all possible events, and it looks like this:
#(E(n))/xi#, where #E(n)# is the number of times #E# can occur, and #xi# is all the elements in the set.

In this set, we have 18 elements, and 6 of them are red. Using our formula, the probability for getting red first is

#6/18#

#=1/3# probability of getting a red marble first.

Since we put the red marble back, the probability of getting a green marble is the same on the first or second go. There are 4 green, so

#4/18#

#=2/9# probability of picking a green marble.

The probability of picking two independent events is equal to
#Pr(A) *Pr(B)#, where #Pr(A)# is the probabilty of event A, and #Pr(B)# is the probability of event B. Since the probability of getting a red marble is #1/3#, and the probability og getting a green marble is #2/9#, we multiply these events to get

#2/9*1/3#

#=2/27#, therefore the probability of picking a red then a green marble is #2/27#.

I hope that helps!