SOLUTION: A box contains 7 white balls and 6 red balls. If Van chooses 9 balls at random from the box, what is the probability that he will select 4 white balls and 5 red balls? I had tr

Algebra.Com
Question 1020101: A box contains 7 white balls and 6 red balls. If Van chooses 9 balls at random from the box, what is the probability that he will select 4 white balls and 5 red balls?
I had tried 7/9 X 6/8 , 4/7 X 5/6. Also tried (7/9)^2 X (6/8)^2....the answer is supposed to be .294, but I can't get that. Thanks

Answer by richard1234(7193)   (Show Source): You can put this solution on YOUR website!
You are randomly guessing. Please review the nCr operator (the binomial coefficient, i.e. n choose r). Otherwise you will be lost in this solution.

Here, we will assume the balls are distinguishable. How many ways can you choose 9 balls from a box containing 13 balls? The number of such ways is 13C9 ("13 choose 9") = 13!/9!*4! = 715.

Now you want the number of ways Van can choose exactly 4 white and 5 red balls. The number of ways is 7C4 * 6C5 = 35*6 = 210.

The probability is 210/715 = 0.2937...

RELATED QUESTIONS

box 1 contains 30 red balls and 70 white balls, box 2 contains 50 red balls and 50 white... (answered by ikleyn)
A box contains 20 balls out which 7 are white balls, 5 are black balls, 6 are red balls... (answered by Boreal)
An urn contains red balls and white balls. If Tim chooses balls at random from the... (answered by jim_thompson5910,greenestamps)
A box contains 20 balls out which 7 are white balls, 5 are black balls, 6 are red balls (answered by Edwin McCravy,ikleyn)
a box contains 6 identical red balls, 3 identical white balls and 5 identical black... (answered by Edwin McCravy)
Box A contains 5 red balls and 4 white balls. Box B contains 6 red balls and 5 white... (answered by shlomitg)
Box A contains 5 red balls and 4 white balls. Box B contains 6 red balls and 5 white... (answered by Boreal,greenestamps)
A box contains 4 red, 7 blue and 6 white balls. If a ball is chosen at random, a. what... (answered by rothauserc)
A box contains 4 red, 7 blue and 6 white balls. If a ball is chosen at random, a. what... (answered by stanbon)