A set contains (2n+1) elements. The number of subsets of this set containing more than n elements is equal to
Given a set contains 2n+1 elements.
The number of subsets of the set containing more than n elements is the sum of subsets of the sets containing the elements (n+1), (n+2)....etc till (2n+1).
The number of subsets containing the n+1 elements is 2n+1Cn+1.
Similar way, the number of subsets containing the elements n+2 is 2n+1Cn+2
continuing this process....
Finally, the number of subsets containing the elements (2n+1) is 2n+1C2n+1
Thus, the required number of subsets of the set containing more than n elements is =2n+1Cn+1+2n+1Cn+2..........+2n+1C2n+1........(i)
To evaluate the above expression, use binomial expansion (1+x)2n+1=(2n+1)C0+(2n+1)C1(x)+2n+1C2(x2).......(2n+1)Cn(xn).............+2n+1C2n+1(x2n+1)
Applying the rule of nCr=nCn−r and substituting x=1, we get
(1+1)2n+1=(2n+1)C2n+1+(2n+1)C2n+2n+1C2n−1.......(2n+1)Cn+1..............+2n+1Cn+1+2n+1C2n+1
22n+1=2[2n+1Cn+1+2n+1Cn+2..........+2n+1C2n+1]
22n+12=[2n+1Cn+1+2n+1Cn+2..........+2n+1C2n+1]
Therefore, the required value is=22n
Hence, the correct option is B (22n)