3
$\begingroup$

I have a bit string with 10 letters, which can be {a, b, c}. How many bit strings can be made that have exactly 3 a's, or exactly 4 b's?

I thought that it would be C(7,2) + C(6,2), but that's wrong (the answer is 24,600).

3 Answers 3