Question
Question: The number of ways of selecting n objects out of 3n objects, of which n are alike and rest are diffe...
The number of ways of selecting n objects out of 3n objects, of which n are alike and rest are different is –
22n–1 +n!(n−1)!(2n−1)!
22n–1 – n!(n−1)!(2n−1)!
22n+1 + n!(n+1)!(2n+1)!
None of these
22n–1 +n!(n−1)!(2n−1)!
Solution
The required number of ways
= Coefficient of xn in (x0 + x1 + x2 + … + xn) (x0 + x)2n
= Coefficient of xn in (1−x1−xn+1) (1 + x)2n
= Coefficient of xn in (1 – x)–1 (1 + x)2n
= Coefficient of xn in (∑r=0∞xr) (1 + x)2n
= Coefficient of xn in (∑r=0nxr) (1 + x)2n
= Coefficient of xn in ∑r=0nxr (1 + x)2n
= ∑r=0nCoefficient of xn–r in (1 + x)2n
= ∑r=0n2nCn−r
= 2nCn + 2nCn+1 + …. + 2nC1 + 2nC0
=21 [2nCn+{2nC0+2nC1+....+2nCn+2n+1Cn+1+....+2nC2n}]
[Q nCr = nCn–r]
= 21 [2nCn + 22n]
= 21 [n!n!2n!+22n]
= 22n – 1 + n!(n−1)!(2n−1)!
Hence (1) is correct answer.