SOLUTION: A bucket contains 24 balls, numbered 1-24. Balls 1-10 are red; balls 11-18 are green; balls 19- 24 are white. How many groups of 10 balls can be chosen if 4 must be red, 5 must b

Algebra ->  Permutations -> SOLUTION: A bucket contains 24 balls, numbered 1-24. Balls 1-10 are red; balls 11-18 are green; balls 19- 24 are white. How many groups of 10 balls can be chosen if 4 must be red, 5 must b      Log On


   



Question 1133806: A bucket contains 24 balls, numbered 1-24. Balls 1-10 are red; balls 11-18 are green; balls 19-
24 are white. How many groups of 10 balls can be chosen if 4 must be red, 5 must be green, and 1
must be white?

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


choose 4 of the 10 red, AND choose 5 of the 8 green, AND choose 1 of the 6 white:

C(10,4)*C(8,5)*C(6,1)

You can do the calculation.