Question
Question: The number of ways of choosing \(3\) balls from \(2\) yellow, \(3\) green and \(5\) blue balls such ...
The number of ways of choosing 3 balls from 2 yellow, 3 green and 5 blue balls such that at least 2 blue balls are always selected.
Solution
Whenever we have to choose r different objects from n different objects, then we use the concepts of combination.
Make different cases according to questions and add their results to find the total number of combinations.
Formula used:
For selection of persons, we use combination (i.e., selection of n different objects taken r a ta a time) ncr=r!(n−r)!n!.
Complete step by step solution:
Combination of n different objects taken r at a time is given by: ncr=r!(n−r)!n!.
As given in the question we have to choose 3 balls from 2 yellow, 3 green and 5 blue balls such that at least 2 blue balls are always selected .
So, we make different cases consisting 3balls with at least 2 blue balls are
2 blue balls and 1 yellow ball (out of 2 yellow balls)
2 blue balls and 1 green ball (out of 3 green balls)
3 blue balls.
Case (I):
2 blue balls and 1 yellow ball (out of 2 yellow balls) is 5C2 × 2C1(ways to select 2 blue balls from 5 is 5C2=2!(5−2)!5!=2!(3)!5!=5×2=10 ways and 1 yellow ball from 2 is 2C1=1!(2−1)!2!=2 ways.) which is 10×2=20 ways.
Case (II):
2 blue balls and 1 green ball (out of 3 green balls) is 5C2×3C1( ways to select 2 blue balls is 5C2=2!(5−2)!5!=2!(3)!5!=5×2=10ways and 1 green ball is 3C1=1!(3−1)!3!=3ways.) which is 10×3=30ways.
Case (III):
3 blue balls 5C3(ways to select 3 balls from 5 is 5C3=3!(5−3)!5!=3!(2)!5!=10 ways).
These are the three possibilities, so we add these cases to get our result which is 20+30+10=60 ways.
Note:
First identify that question is asking about the number of arrangements or combinations than according to the question and try to make possible cases then use the formula to find the case result and lastly add all the results to find the overall result.