Question
Question: Find the number of ways of drawing 9 balls from a bag that has 6 red balls, 8 green balls and 7 blue...
Find the number of ways of drawing 9 balls from a bag that has 6 red balls, 8 green balls and 7 blue balls so that 3 balls of every color are drawn.
Solution
Here we will first find the number of ways of selecting 3 balls of red color. Then we will find the number of ways of selecting 3 balls of green color and at last we will find the number of ways of selecting 3 balls of blue color. Then we will multiply all these together to get the required number of ways.
Complete step-by-step answer:
Here we need to find the number of ways to draw the 9 balls from a bag such that 3 balls of every color are drawn.
It is given that a bag contains 8 green balls, 6 red balls and 7 blue balls.
Total ball to be drawn =9
So we have to draw 3 balls of each color.
Number of ways of drawing 3 balls of red color =6C3
Number of ways of drawing 3 balls of green color =8C3
Number of ways of drawing 3 balls of blue color =7C3
Total number of ways to draw 9 balls such that 3 balls of every color are drawn will be equal to the product of the number of ways of drawing 3 balls of red color, number of ways of drawing 3 balls of green color and number of ways of drawing 3 balls of blue color.
Required number of ways of drawing the 9 balls =6C3×8C3×7C3.
Using the formula nCr=(n−r)!×r!n!, we get
⇒ Required number of ways of drawing the 9 balls =(6−3)!×3!6!×(8−3)!×3!8!×(7−3)!×3!7!
On further simplification, we get
⇒ Required number of ways of drawing the 9 balls =3!×3!6!×5!×3!8!×4!×3!7!
Now, we will find the values of the factorials.
⇒ Required number of ways of drawing the 9 balls =3×2×1×3!6×5×4×3!×5!×3×2×18×7×6×5!×4!×3×2×17×6×5×4!
On further simplification, we get
⇒ Required number of ways of drawing the 9 balls =5×4×8×7×7×5
On multiplying these numbers, we get
⇒ Required number of ways of drawing the 9 balls =39200
Hence, the required number of ways of drawing the 9 balls is equal to 39200.
Note: To solve this question, we need to know the basic formulas of permutation and combination. We also need to know the basic difference between the permutation and combination to avoid any mistakes. Permutation is used when we have to find the possible arrangement of elements but the combination is used when we need to find the number of ways to select a number from the collection.