edited by
269 views

1 Answer

Best answer
3 votes
3 votes
This is a balls-in-bins problem with balls being identical and no bins being empty. This problem can be reduced to the integer sum problem

$x_1+x_2+x_3+x_4 = 10, x_i > 0$

This is same as

$x_1+x_2+x_3+x_4 = 6, x_i \geq 0$
(we allotted $1$ server to each laboratory)

Now, the above problem can be solved by putting $3$ separations among $6$ identical objects and then considering all the permutations as follows:

$******|||$

The three $|$ represent the $4$ regions corresponding to the $4$ bins. In the above representation (stars-and-bars), first bin is having the $6$ balls and the rest of the bins are empty. Now, the total number of permutations of the above (total $9$ objects where $6$ are of one kind and $3$ are of other) is
$\frac{9!}{6!.3!} = 84.$
selected by
Answer:

Related questions

3 votes
3 votes
1 answer
2
7 votes
7 votes
3 answers
3
gatecse asked Jun 28, 2020
392 views
Let $S_1 = \{1,2,3,4,5\}$ and $S_2 = \{a,b,c\}.$ Number of into functions from $S_1 \to S_2$ is $\_\_\_$
4 votes
4 votes
1 answer
4
gatecse asked Jun 28, 2020
255 views
How many $10$ digit numbers greater than $1987654321$ have no two digits same?$8 \times 9!$$9 \times 9!$$7 \times 9!$None of the above