An urn contains 7 white balls and 4 red balls. Draw three balls from the urn without replacement. What us the probability that the first ball is read, the second white, and the third red?
1 Answer
Since each event is independent of the others, we can just find the probability of each individual event, then multiply them together
So we go to the first one, the first ball is red
Well, there are 4 red balls and 11 total balls, so that probability is
Now the second, that the second ball is white
Since we aren't replacing, we now have 10 total balls, and still 7 white balls, so this probability is
Now the last, that the third ball is red
One again, we aren't replacing, so we now have 9 total balls. Since we already took a red ball before, we now only have 3 red balls available, which gives
Now the probability of the independent events happening together is just multiplying them together
Which is equal to
And we are done.