To solve this problem, we first categorize the nine spheres based on the condition provided. We have 3 black balls and 6 non-black balls (consisting of 2 white and 4 red).
We can calculate the number of valid outcomes by summing three mutually exclusive scenarios.
Alternatively, we can use the complement method by subtracting the "forbidden" cases (where no black balls are chosen) from the total possible combinations.
The total number of ways to choose
3 balls from
9 is:
9C3=3×2×19×8×7=84
The number of ways to choose
3 balls such that none are black (choosing all
3 from the
6 non-black balls) is:
6C3=3×2×16×5×4=20
Subtracting the forbidden cases from the total, we find the number of valid ways:
84−20=64
Both the direct case-by-case analysis and the complement method yield the same result. The total number of ways to select at least one black ball is 64.