Question
Question: In how many ways 13 non distinguishable books can be distributed among 7 persons so that every perso...
In how many ways 13 non distinguishable books can be distributed among 7 persons so that every person gets at least one book and at least one person gets 4 books but not more.
Solution
In this particular type of question use the concept that if we have to choose r objects out of n objects then the number of ways of choosing is nCr and construct the cases according to given information and the final answer is the sum of these cases so use these concepts to reach the solution of the question.
Complete step-by-step answer :
Given data:
There are 13 non distinguishable books.
Now we have to distribute these books to 7 people in such a way that every person gets at least one book and at least one person gets 4 books but not more.
So the possible number of cases which are arise are given below:
Case – 1: when we give 4 books to one person, 2 books to three people and one book each to the remaining persons.
So the number of ways to select one person out of 7 which we give 4 books = 7C1.
Now the remaining persons are (7 - 1) = 6.
So the number of ways to select 3 persons out of 6 which we give 2 books each = 6C3
Now the remaining persons = (6 - 3) = 3
So the number of ways to select 3 persons out of 3 which we give 1 book each = 3C3
So the number of ways to give 4 books to one person, 2 books to three person and one books to remaining person is the multiplication of the above calculated values = 7C1×6C3×3C3
Case – 2: when we give 4 books to one person, 3 books to one person, 2 books to one person and 1 book each to the remaining persons.
So the number of ways to select one person out of 7 which we give 4 books = 7C1.
Now the remaining persons are (7 - 1) = 6.
So the number of ways to select 1 person out of 6 which we give 3 books = 6C1
Now the remaining persons = (6 - 1) = 5
So the number of ways to select 1 person out of 5 which we give 2 books each = 5C1
Now the remaining persons = (5 - 1) = 4
So the number of ways to select 4 persons out of 4 which we give 1 book each = 4C4
So the number of ways to give 4 books to one person, 3 books to one person, 2 books to one person and 1 book each to remaining persons is the multiplication of the above calculated values = 7C1×6C1×5C1×4C4
Case – 3: when 4 books each to two persons and one book each to remaining persons
So the number of ways to select two persons out of 7 which we give 4 books = 7C2.
Now the remaining persons are (7 - 2) = 5.
So the number of ways to select 5 persons out of 5 which we give 1 book each = 5C5
So the number of ways to give 4 books each to two persons and one boo each to remaining persons is the multiplication of the above calculated values = 7C2×5C5
Now the total number of ways is the addition of the above cases.
So the total number of ways to distribute 13 non distinguishable books can be distributed among 7 persons so that every person get at least one book and at least one person gets 4 books but not more is,
= 7C1×6C3×3C3 + 7C1×6C1×5C1×4C4 + 7C2×5C5
Now as we know that nCr=r!(n−r)!n! so we have,
= 7×3.2.16.5.4×1+7×6×5×1+2.17.6×1
⇒7×20×1+42×5+21×1
⇒140+210+21=371
So this is the required answer.
Note :Whenever we face such types of questions the key concept we have to remember is that always recall the formula of combination which is stated above, then evaluate all the cases as above evaluated then add all these cases as above and simplify using the combination property we will get the required answer.