Find the number of ways of selecting 9 balls from 6 red balls, 5 white balls and 5 blue balls if each selection consists of 3 balls of each colour.
2000 ways
Explanation
This is a combination problem where we need to select 3 balls of each colour from the available balls. Since the selections of different colours are independent events, we apply the multiplication principle of counting. We calculate the combinations separately for each colour and multiply them together.
Solution Steps
Step 1: Identify the selections required - We need to select 3 red balls from 6 red balls, 3 white balls from 5 white balls, and 3 blue balls from 5 blue balls.
Step 2: Calculate ways for each colour - Number of ways to select 3 red balls from 6 = ⁶C₃ = 6!/(3! × 3!) = ( × 4)/( × 1) = 20 ways.
Step 3: Calculate ways for white balls - Number of ways to select 3 white balls from 5 = ⁵C₃ = 5!/(3! × 2!) = ()/2 = 10 ways.
Step 4: Calculate ways for blue balls - Number of ways to select 3 blue balls from 5 = ⁵C₃ = 5!/(3! × 2!) = ()/2 = 10 ways.
Step 5: Apply multiplication principle - Total number of ways = ⁶C₃ × ⁵C₃ × ⁵C₃ = × 10 = 2000 ways.