I am trying to solve this problem:
I have $m$ boxes and each box has $l$ identically colored balls, so $n = ml$.
I want to select $k$ balls such that at least one ball from each box. i.e. $m$ distinct balls.
I thought that if I would first take $m$ balls out of $k$, one from each of the $m$ box and then take $k-m$ remaining balls from remaining $n-m$ balls.
But is it not wrong because I might not start taking first $m$ balls one from each of the box ?
Would multiplying it with $\displaystyle\binom mk$ would make it right, or is it all wrong?
Thanks.
Sorry I do not know how to write formulas here.