We have $30$ books. $15$ of them are Literature Books(LB) and the other $15$ are Mathematic Books(MB). We randomly distribute those $30$ books to $3$ libraries, giving to each library $10$ books. What's the probability that the first library gets $10$ LB and the second one gets $5$ LB?
This is a problem from Probability class I am attending. I am a bit confused on this...i know there are $\binom{30}{10}$ ways to distribute $10$ books from $30$ to one library but i have to take into account what's happening to the other $2$ libraries, plus there are $\binom{15}{10}$ ways to give to the first library $10$ LB. And now comes my confusion on finding the rest of these and combining them. Even a small hint may help me solve it so thanks in advance.
First the probability that $10$ literature books are distributed to the first libary and no mathematic books to the second libary:
$$\frac{\binom{15}{10}\cdot \binom{15}{0}}{\binom{30}{10}}$$
Now we can distribute 5 literature books to the second libary. That means that 5 of 15 mathematic books are distributed to the second libary.
$$\frac{\binom{5}{5}\cdot \binom{15}{5}}{\binom{20}{10}}$$
The remaining books can be distributed arbitrarily, since all conditions are fullfilled