edited by
1,333 views
4 4 votes

How many ways can the letters $\{a,b,c,d,e\}$ be placed into $3$ identical boxes such that no box is empty?

2 Answers

Best answer
7 7 votes

There are 5 letters {a,b,c,d,e} are given.The boxes are identical.

Given that no box is empty.There are 2 possible cases for putting letter into boxes

a. 2, 2, 1

b. 3, 1, 1

Case A.  2, 2, 1

first Two letters out of the 5 can be selected in $5_{{C}_{2}}$ ways. Another 2 out of the remaining 3 can be selected in   $3_{{C}_{2}}$ways and for the last latter, there is only one choice.

So.total Number of ways =$\frac{5_{{C}_{2}} \times 3_{{C}_{2}} \times 1}{2}$

                                        =$15$

Case B.  3,1,1

Three letters out of the 5 can be selected in  $5_{{C}_{3}}$ ways. For remaining boxes, there is one choice for each.

So,total number of ways = $5_{{C}_{3}} \times 1 \times 1 =10$

Total ways in which the 5 letters can be placed in 3 identical boxes =15+10 =25

selected by
1 1 vote
you can also solve by assuming that these boxes are different ......and way of distributing these 5 balls in 3 different boxes is 150......since the boxes are same divide it by 3!.......ans is 25
Position:
Show:

Related questions

0 0 votes
1 1 answer
762
762 views
Swarnava Bose asked Jun 3, 2023
762 views
Consider the set of 4 -digit positive integers. How many of them have their digits in :-a) strictly decreasing order ?b) non decreasing order ?c) non increasing order ?
1 1 vote
1 1 answer
1.0k
1.0k views
Acejoy asked Oct 25, 2021
1,047 views
Suppose there are 4 cricket matches to be played in 3 grounds. The number of ways the matches can be assigned to the grounds so that each ground gets at least one match i...
51 51 votes
6 answers 6 answers
13.4k
13.4k views
Misbah Ghaya asked Nov 29, 2016
13,440 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.7k
16.7k views
Kathleen asked Sep 23, 2014
16,711 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