Question
Question: In how many ways fifteen different items may be given to A, B, C such that \(A\) gets \(3\), \(B\) g...
In how many ways fifteen different items may be given to A, B, C such that A gets 3, B gets 5 and remaining goes to C.
Solution
In order to solve this question we have to apply the concept of combination since all the items are different. We will find the possible number of ways individually for all the A,B and C.
Formula used: nCr=r!(n−r)!n!
Complete step-by-step solution:
It is stated in the question that there are 15 different items where A gets 3, B gets 5 and therefore C gets 15−3−5=7.
Since A get 3 out of 15 different items therefore we can write-
15C3=3!(15−3)!15!=3!×9!15!
Again, B gets 5 out of 15 different items therefore we can write-
15C5=5!(15−5)!15!=5!×10!15!
Now, C gets 7 out of 15 different items therefore we can write-
15C7=7!(15−7)!15!=7!×8!15!
Therefore, the total number of ways in which we can arrange it =15C3×15C5×15C7 =3!×9!15!×5!×10!15!×7!×8!15!
=3!×7!15!×5!
Thus, the required number of ways in which fifteen different items may be given to A, B, C such that A gets 3, B gets 5 and the remaining goes to C=3!×7!15!×5!
Note: Permutation can be defined as the technique of arranging all the members in a group. In other ways, we can say that if the set has already been ordered then re-ordering the elements is called the process of permuting. It is useful almost in every part of mathematics. It is basically used for arranging people, digits, numbers etc.
The basic formula for permutation npr=(n−r)!n!
Combination can be regarded as a way of choosing items from a group such that the order of selection does not matter. It is basically used for selecting menu, food, clothes, balls and many more.
The basic formula for combination nCr=r!(n−r)!n!