SOLUTION: find the total number of selection of at least one red ball from a bag containing 4 red balls and 5 black balls; balls of the same colour being identical?
Algebra ->
Permutations
-> SOLUTION: find the total number of selection of at least one red ball from a bag containing 4 red balls and 5 black balls; balls of the same colour being identical?
Log On
Question 894693: find the total number of selection of at least one red ball from a bag containing 4 red balls and 5 black balls; balls of the same colour being identical? Answer by Edwin McCravy(20054) (Show Source):
For our selection of balls:
we can choose either 1, 2, 3, or 4 red balls. That's 4 choices.
To go with them, we can choose either 0, 1, 2, 3, 4, or 5
black balls. That's 6 choices.
Answer: 4x6 = 24 choices which contain at least one red ball.
Edwin