Question
Question: The total number of ways in which 5 different balls can be distributed among 3 persons so that each ...
The total number of ways in which 5 different balls can be distributed among 3 persons so that each person gets at least one ball is
A) 75
B) 150
C) 210
D) 243
Solution
There are five different balls and distributed among 3 persons such that each person gets at least one, then there are only two arrangements to distribute balls among people. The first one is 1,1,3 and second is 1,2,2. To find total ways just find the number of ways to arrange these two arrangements. There is also a short method, find all ways to distribute 5 balls and subtract the ways in which at least one person gets no balls.
Complete step-by-step answer:
There are two possible arrangements of balls 1,1,3 and 1,2,2 for distributed balls such that each person gets at least one ball.
For arrangement 1,1,3 number of ways to distribute balls are
5C1×4C1×3C3=5×4×1=20 ways.
Also, we can distribute 1,1,3 as 1,3,1 and 3,1,1.
Then the total number of ways to distribute balls as 1,1,3 is 20x3=60.
For arrangement 1,2,2 number of ways to distribute balls are
5C1×4C2×2C2=5×3×2=30 ways.
Also, we can distribute 1,2,2 as 2,1,2 and 2,2,1.
Then the total number of ways to distribute balls as 1,2,2 is 30x3=90.
So, the total number of ways to distribute balls such that each person gets at least one ball is 60+90+150.
Hence, the correct answer is option B.
Note: Total number of ways to distribute five different balls among 3 persons are 35.
Number of ways to distribute five balls to 3 people at least one get no ball are 3C1×(25−1) ways.
Then total number of ways to distribute balls such that each person get at least one ball is
35−3C1×(25−1)=243−3∗31
=243−93=150