Question
Question: The number of ways of choosing 10 objects out of 31 objects of which 10 are identical and the remain...
The number of ways of choosing 10 objects out of 31 objects of which 10 are identical and the remaining 21 are distinct, is?
A. 220
B. 220−1
C. 220+1
D. 221
Solution
In permutations the order does matter but whereas in combinations the order doesn’t matter. A combination is a mathematical technique that determines the number of possible arrangements in a collection of items where the order of the selection does not matter.
The number of ways to select any number of objects from n or more identical objects is 1.
The number of ways to select n objects from r distinct objects without repetition would be nCr=(n−r)!r!n! .
Complete step by step answer:
By observing the question we have that there are total of 31 objects with 10 identical and 21 distinct and we should select 10 objects
Number of ways for selecting n objects from 21 identical objects = 21Cn
Number of ways for selecting any number of objects from 10 identical objects = 1.
The possible combinations would be
0 identical 10 distinct = 1×(21C10)=21C10
1 identical 9 distinct = 1×(21C9)=21C9
2 identical 8 distinct = 1×(21C8)=21C8
3 identical 7 distinct = 1×(21C7)=21C7
.
.
.
.
.
9 identical, 1 distinct = 1×(21C1)=21C1
10 identical 0 distinct = 1×(21C0)=21C0
The total number of combinations = (21C10+21C9+21C8+.............+21C1+21C0)
We also know that, nCr=nCn−r
Let us assume that (21C11+21C12+21C13+.............+21C20+21C21)=x---eq(i)
By using nCr=nCn−r which implies that 21C10=21C11,21C9=21C12,21C8=21C13,................,21C1=21C20,21C0=21C21
We can say that (21C10+21C9+21C8+.............+21C1+21C0)=x-----eq(ii)
Adding eq(i) and eq(ii)
2x=(21C0+21C1+21C2+21C3.............+21C10+21C11+21C12+21C13+......21C21)
From binomial expansion we know that,
Replacing x=1 in the expansion(1+x)n = nC0 + nC1 x + nC2 x2 +...+ nCx xn .
⇒2n = nC0 + nC1 x + nC2 +...+ nCn.
⇒(21C0+21C1+21C2+21C3.............+21C10+21C11+21C12+21C13+......21C21)=(21C0+21C1+21C2+..............21C21)
By using the above expansion,
(21C0+21C1+21C2+..............21C21)=221
2x=221x=220
As we have considered the total number of combinations to be x
Therefore, x=220
So, the correct answer is “Option A”.
Note: Students should read the question properly as it mentioned that there are identical objects and not all are distinct objects. Some of the standard binomial expansions should be remembered to solve problems of this kind easily. Sometimes it might be asked to even arrange the combinations selected for that we should use permutations.