5 chocolates need to be placed in 3 containers. Each container can hold all the 5 chocolates. In how
many ways can the chocolates be placed in the containers if no container can be empty and all
chocolates and containers are different?
Answers
Answer:
150 ways
Step-by-step explanation:
There is 5 chocolates and 3 boxes and container which have to fill with that chocolates
condition 1 ) container cannot be empty
condition 2) all chocolates should be placed in a different container ...
solution :-
how many ways or cases in which we can stores 5 chocolates in 3 containers
1] 1,1,3 (chocolates in each box Respectively)
2] 1,2,2 (Chocolates in each box respectively)
find possibilities
case 1 possibilities
5c1 × 4c1 × 3c3 × 3!/2!
= 60
case 2 possibilities
5c1 × 4c2 × 2c2 × 3!/2!
= 90
Total possibilities = 60+90 = 150
(Thnx Pratibha for the question !!! )
Question :- 5 chocolates need to be placed in 3 containers. Each container can hold all the 5 chocolates. In how many ways can the chocolates be placed in the containers if no container can be empty and all chocolates and containers are different ?
Answer :-
According to the question, we have 5 chocolates to be placed in 3 containers where no container remains empty.
Hence, we can have the following kinds of distributions :
Case 1 :-
- The distribution will be (3,1,1) that is, one container gets three chocolates and the remaining two containers get one chocolate each.
So,
→ Total Number of ways to choose the container which gets 3 chocolates = 3 (since, 3 containers are there).
→ Total Number of ways to select 3 chocolates out of 5 = (5)C(3) = {(5!)/(5-3)!(3!)} = {(5!) / (2!)(3!)} = (5*4*3!)/((2!)(3!) = (5*4)/2 = 10 .
→ Total Number of ways to distribute rest of the chocolates = 2.
Therefore,
→ Total Number of ways = 3 * 10 * 2 = 60 ways.
________
Case 2 :-
- The distribution will be (1,2,2) that is, one container gets one chocolate and the remaining two containers get two chocolates each.
→ Total Number of ways to select 1 chocolate out of 5 = (5)C(1) = {(5!)/(5-1)!(1!)} = {(5!) / (4!)(1!)} = (5*4!)/((4!)(1!) = (5/1) = 5 .
→ Total Number of ways to choose the container which gets 1 chocolates = 3 (since, 3 containers are there).
→ Total Number of ways to select 2 chocolates out of remaining 4 for second container = (4)C(2) = {(4!)/(4-2)!(2!)} = {(4!) / (2!)(2!)} = (4*3*2!)/((2!)(2!) = (4*3)/2 = 6 .
Therefore,
→ Total number of ways = 5 * 3 * 6 = 90 ways.
_________
Hence,
→ Total Number of ways = 60 + 90 = 150.(Ans.)