Here's my take on this one......
We're just counting sets of things, and order witin sets doesn't matter, so this is a combination problem, rather than a permute problem.
The number of possible sets made by choosing any 3 b***s from 9 =C(9,3) = 84
And the number of possible sets made by choosing no black b***s is just C(6,3) = 20
So, the number of possible sets made by choosing at least one black ball = 84 - 60 = 64
{I'm not great at probability, so I really don't know if i'm correct, ot not....!!!}
