Combinatorial Analysis (n balls and r urns)

Win_odd Dhamnekar

Junior Member
Joined
Aug 14, 2018
Messages
212
In how many ways can n identical balls be distributed into r urns so that the ith urn contains atleast mi\displaystyle m_i balls, for each i = 1,. . ., r ? Assume that ni=1rmi\displaystyle n \geq \displaystyle\sum_{i=1}^{r} m_i

My answer: i=1r(n+r1r1),nr\displaystyle \displaystyle\sum_{i=1}^r \binom{n+r -1}{r-1}, n \geq r

Is this answer correct?
 
In how many ways can n identical balls be distributed into r urns so that the ith urn contains atleast mi\displaystyle m_i balls, for each i = 1,. . ., r ? Assume that ni=1rmi\displaystyle n \geq \displaystyle\sum_{i=1}^{r} m_i

My answer: i=1r(n+r1r1),nr\displaystyle \displaystyle\sum_{i=1}^r \binom{n+r -1}{r-1}, n \geq r

Is this answer correct?
You want the ithi^{th} urn to contain at least mim_{i} balls.
M=i=1rminM = \sum\limits_{i = 1}^r {{m_i}} \leqslant n If we start by puting mim_i balls into the ithi^{th} urn.
Then the remainder of balls can be distributed in (nM+r1r1)\dbinom{n-M+r-1}{r-1} ways.

 
Top