- A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected if the team has
(iii) At least three girls?
total number of ways the team can have
at least three girls = 4C3 × 7C2 + 4C4 × 7C1 = 4 × 21 + 7= 84 + 7= 91
In this case, it is getting all possibilities
—-----------------------------------------------
- A bag contains 2 white balls, 3 black balls and 4 red balls. In how many ways can 3 balls be drawn from the bag, if at least one black ball is to be included in the draw?
What about here? The solution I could find is to first get the combination with at least 3 black ball and subtract from the combination
9C3 - 6C3
I don’t know if the number 9 question has the correct solution, but they both have the same question (get at least n balls/girls) How come the 2 same question have different ways? Am I missing something?