If a bag contains 3 black balls and 8 white balls, and 5 balls are picked out in total, what's the probability of taking all the black balls?
I tried
$$ \frac{3\times 2\times 1}{11\times 10\times 9}\times 3! $$
Because I thought that there are $3!$ different orders the black balls can be picked in, and on each choosing the probability of picking black is one of the factors of the numerator over one of the factors of the denominator.
But this is wrong, I don't think it accounts for choosing balls after having picked a white one.
What's the correct way to approach this problem.