$10$ cars choose uniformly at random between three parking lots ($A$, $B$, and $C$). Calculate the probability that none of the parking lots are empty and that there are exactly $5$ cars in lot $A$.
How would you calculate this probability? As far as I can tell, it requires the use of multinomial distributions.
Here are two possible ways of computing this:
Simply calculate the probability of a single arrangment that satisfies the requirement of exactly 5 cars in $A$ (treat $B$ and $C$ as a single unit with a probability of $2/3$) then multiply the answer by all possible ways to choose 5 cars out of 10: $10 \choose 5$. Next calculate the probability of a single arrangment with 5 in $A$ and 5 in $B$ i.e. an empty lot: and again multiply the answer by $10 \choose 5$. Subtract this second answer from your first answer two times (for $B$ and $C$) and you should be good.
Use the Multinomial Theoroem and sum all the values of $10! \over 5!B!C! $ for all non zero values of $B$ and $C$ (there are only a handful) This gives us the number of arrangments that satisfy the requirements. Now just divide by the amount of total arrangments.