A box contains 2 white balls, 3 black balls and 4 red balls. In how many ways can 3 balls be drawn from the box if at least one black ball is to be included in the draw?
1. If the balls of the same colour are identical then the following combinations are possible:
(BWR),(BWW),(BRR),(BBW),(BBR),(BBB)
So, totally 6 combinations are possible in the above case.
2. If balls of the same colour are different,
Total combination =9C3=84 ways
We need only the cases where atleast 1 black ball is selected.
Number of such cases=84−(combinations where there is no black ball)=84−(6C3)=84−20=64 ways
Hence, options 'A' and 'C' are correct.