Solveeit Logo

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 33 balls from 22 yellow, 33 green and 55 blue balls such that at least 22 blue balls are always selected.

Explanation

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=n!r!(nr)!^{n}{{c}_{r}}=\dfrac{n!}{r!\left( n-r \right)!}.

Complete step by step solution:
Combination of n different objects taken rr at a time is given by: ncr=n!r!(nr)!^{n}{{c}_{r}}=\dfrac{n!}{r!\left( n-r \right)!}.
As given in the question we have to choose 33 balls from 22 yellow, 33 green and 55 blue balls such that at least 22 blue balls are always selected .
So, we make different cases consisting 33balls with at least 22 blue balls are
22 blue balls and 1 yellow ball (out of 22 yellow balls)
22 blue balls and 11 green ball (out of 33 green balls)
33 blue balls.

Case (I):
22 blue balls and 1 yellow ball (out of 22 yellow balls) is 5C2^{5}{{C}_{2}} ×\times 2C1^{2}{{C}_{1}}(ways to select 22 blue balls from 55 is 5C2^{5}{{C}_{2}}=5!2!(52)!=5!2!(3)!=5×2=10\dfrac{5!}{2!\left( 5-2 \right)!}=\dfrac{5!}{2!\left( 3 \right)!}=5 \times 2=10 ways and 11 yellow ball from 2 is 2C1^{2}{{C}_{1}}=2!1!(21)!=2\dfrac{2!}{1!\left( 2-1 \right)!}=2 ways.) which is 10×2=2010 \times 2=20 ways.

Case (II):
22 blue balls and 11 green ball (out of 33 green balls) is 5C2×3C1^{5}{{C}_{2}} \times ^{3}{{C}_{1}}( ways to select 22 blue balls is 5C2^{5}{{C}_{2}}=5!2!(52)!=5!2!(3)!=5×2=10\dfrac{5!}{2!\left( 5-2 \right)!}=\dfrac{5!}{2!\left( 3 \right)!}=5 \times 2=10ways and 11 green ball is 3C1^{3}{{C}_{1}}=3!1!(31)!=3\dfrac{3!}{1!\left( 3-1 \right)!}=3ways.) which is 10×310 \times 3=3030ways.

Case (III):
33 blue balls 5C3^{5}{{C}_{3}}(ways to select 33 balls from 5 is 5C3^{5}{{C}_{3}}=5!3!(53)!=5!3!(2)!=10\dfrac{5!}{3!\left( 5-3 \right)!}=\dfrac{5!}{3!\left( 2 \right)!}=10 ways).

These are the three possibilities, so we add these cases to get our result which is 20+30+10=6020+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.