SOLUTION: An urn has 21 balls that are identical except that 5 are white, 9 are red, and 7 are blue. What is the probability that all are white if 3 are selected randomly without replacement

Algebra ->  Probability-and-statistics -> SOLUTION: An urn has 21 balls that are identical except that 5 are white, 9 are red, and 7 are blue. What is the probability that all are white if 3 are selected randomly without replacement      Log On


   



Question 1204025: An urn has 21 balls that are identical except that 5 are white, 9 are red, and 7 are blue. What is the probability that all are white if 3 are selected randomly without replacement?

Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52756) About Me  (Show Source):
You can put this solution on YOUR website!
.

    P = C%5B5%5D%5E3%2FC%5B21%5D%5E3 = 10%2F1330 = 1%2F133 = 0.007519...   ANSWER


The denominator is the number of all different sub-sets of 3 elements of the universal set of 21 balls.


The numerator is the number of all different sub-sets of 3 white balls of the set of 5 white balls.

Solved, with explanation.

----------------

To see many other similar  (and different)  problems solved,  look into the lesson
    - Elementary Probability problems related to combinations
in this site.

Learn the subject from there.



Answer by greenestamps(13195) About Me  (Show Source):
You can put this solution on YOUR website!


The response from tutor @ikleyn shows a solution using a more sophisticated (and more powerful) method. A student just beginning to study probability should understand a more elementary way of obtaining the answer for this relatively simple problem.

The more elementary method of solving the problem is to select the three balls one at at time and consider the probability that each one selected is white.

For the first ball, there are 21 balls to choose from of which 5 are white; the probability of getting a white ball is 5/21.
For the second ball, there are 20 balls to choose from of which 4 are white; the probability of getting a white ball is 4/20.
For the third ball, there are 19 balls to choose from of which 3 are white; the probability of getting a white ball is 3/19.

The probability of all three balls being white is then the product of those individual probabilities:

(5/21)(4/20)(3/19) = 1/133