An opaque bag contains $48$ distinctly numbered balls, equally split into $8$ colours (so $6$ balls each) and $35$ balls are extracted from it. In how many ways, $F_k(8,6,35)$, can we do so such that exactly $k$ colours are completely extracted?
Obviously, for $k \geq 6$ the answer is $F_k(8,6,35) = 0$ since we don't extract enough balls to make $k$ full sets. I have been given the formulae for $k=5$ and $k=1$. Namely, $$F_5(8,6,35) = \binom{8}{5}\binom{18}{5},$$ $$F_1(8,6,35) = \binom{8}{1}\left[\binom{7}{0}\binom{42}{29} - \binom{7}{1}\binom{36}{23} + \binom{7}{2}\binom{30}{17} - \binom{7}{3}\binom{24}{11} + \binom{7}{4}\binom{18}{5}\right].$$
I think my interpetation for $F_5$ is correct. It essentially boils down to selecting which of the $5$ colours out of $8$ to complete, and then extracting $35 - 6\cdot 5 = 5$ balls out of the remaining $48 - 6\cdot 5 = 18$ ones. Note that since we are left with extracting fewer balls than necessary to complete another full set, no double-counting occurs.
For $F_1$ I am stumped. It seems to involve some sort of inclusion/exclusion principle but I cannot interpret any of the terms except for the first one, where we select which out of the $8$ colours to complete and then select $35 - 1\cdot 6 = 29$ balls left to extract out of the remaining $48 - 1\cdot 6 = 42$ balls. Clearly, since we can end up extracting complete sets in those $29$ out of $42$ balls, we are double-counting in some way.
My questions are:
- What is the interpretation of the formula for $F_1$?
- What are the formulae for the other $F_k$?
- (Generalisation) If we have $c\cdot b$ distinctly numbered balls in an opaque bag split into $b$ balls of each of $c$ colours, in how many ways, $F_k(c,b,e)$, can we extract $e$ balls so that exactly $k$ colours are completely extracted?