edited by
15,472 views
55 55 votes
In how many ways can $b$ blue balls and $r$ red balls be distributed in $n$ distinct boxes?

A. $\dfrac{(n+b-1)!\,(n+r-1)!}{(n-1)!\,b!\,(n-1)!\,r!}$

B. $\dfrac{(n+(b+r)-1)!}{(n-1)!\,(n-1)!\,(b+r)!}$

C. $\dfrac{n!}{b!\,r!}$

D. $\dfrac{(n + (b + r) - 1)!} {n!\,(b + r - 1)}$

5 Answers

Best answer
70 70 votes

$r$ red balls can be distributed into $n$-distinct boxes in $C(n+r-1,r) = \frac{\left(n+r-1\right)!}{\left(n-1\right)! r!}$

$b$ blue balls can be distributed in $C(n+b-1,b) = \frac{\left(n+b-1\right)!}{\left(n-1\right)! b!}$

By product rule total ways are  $\frac{\left(n+b-1\right)! \left(n+r-1\right)! }{\left(n-1\right)! b!\left(n-1\right)! r!}$

SO THE ANSWER IS  (A).

edited by
7 7 votes
For $b$ Blue Balls:

$Box_1 + Box_2+Box_3+..........+Box_n =b$

its : $^{n+b-1}C_b$

For $r$ Red Balls:

$Box_1 + Box_2+Box_3+..........+Box_n =r$

its : $^{n+r-1}C_r$

Total Ways= $^{n+b-1}C_b$* $^{n+r-1}C_r$ (since blue and red balls are independent)

which is option A.
edited by
0 0 votes

x= (distrubtion of b identical blue balls in n distinct bins ) = n-1+b C b

y= (distrubtion of r identical  red balls in n distinct bins ) = n-1+r C r 

total distribution=X AND Y

total distibution = x and y (task is complete when both x and y  happens) (note x and y are independednt they can occur independently 

total distribution = n-1+b C b  * n-1+r C r 

Answer:
Position:
Show:

Related questions

52 52 votes
6 answers 6 answers
13.4k
13.4k views
Misbah Ghaya asked Nov 29, 2016
13,405 views
How many substrings (of all lengths inclusive) can be formed from a character string of length $n$? Assume all characters to be distinct, prove your answer.
43 43 votes
6 answers 6 answers
16.6k
16.6k views
Kathleen asked Sep 23, 2014
16,645 views
The number of binary strings of $n$ zeros and $k$ ones in which no two ones are adjacent is$^{n-1}C_k$$^nC_k$$^nC_{k+1}$None of the above
51 51 votes
8 answers 8 answers
17.1k
17.1k views
Kathleen asked Sep 14, 2014
17,124 views
A multiset is an unordered collection of elements where elements may repeat any number of times. The size of a multiset is the number of elements in it, counting repetiti...
99 99 votes
7 answers 7 answers
30.6k
30.6k views
Ishrat Jahan asked Oct 29, 2014
30,612 views
Host $X$ has $IP$ address $192.168.1.97$ and is connected through two routers $R1$ and $R2$ to an­other host $Y$ with $IP$ address $192.168.1.80$. Router $R1$ has $IP$ ad...