1 1 vote A set contains $2n+1$ elements. The number of subsets of the set which contain at most $n$ elements is $2^n$ $2^{n+1}$ $2^{n-1}$ $2^{2n}$ Set Theory & Algebra isi2015-mma set-theory subsets + – Arjun 1.4k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
5 5 votes Let the number of subsets of the set (of $2n+1$ elements) which contain at most $n$ elements be $\mathrm{M}$. $$\therefore \mathrm{M}=\binom{2n+1}{0}+\binom{2n+1}{1}+\binom{2n+1}{2}+\cdots+\binom{2n+1}{n}$$ Now we know from binomial theorem that $(1+x)^n=\binom{n}{0}+\binom{n}{1}x+\binom{n}{2}x^2+\binom{n}{3}x^3+\binom{n}{4}x^4+\cdots+\binom{n}{n}x^n \tag{i}$ Besides $\binom{n}{r}=\binom{n}{n-r}$ From no$\mathrm{(i)}$, putting $x=1$ and $n \to (2n+1)$ yields $\scriptsize \begin{align}(1+1)^{2n+1}&=\binom{2n+1}{0}+\binom{2n+1}{1}+\binom{2n+1}{2}+\cdots+\binom{2n+1}{n-1}+\binom{2n+1}{n}+\binom{2n+1}{n+1}+\binom{2n+1}{n+2}+\cdots+\binom{2n+1}{2n+1}\\ \Rightarrow 2^{2n+1}&=\binom{2n+1}{0}+\binom{2n+1}{1}+\binom{2n+1}{2}+\cdots+\binom{2n+1}{n-1}+\binom{2n+1}{n}+\binom{2n+1}{n}+\binom{2n+1}{n-1}+\cdots+\binom{2n+1}{0}\\ &=\mathrm{M}+\mathrm{M}=2\mathrm{M}\\ \therefore \mathrm{M} &=\frac{2^{2n+1}}{2}=2^{2n}\end{align}$ So the correct answer is D. techbd123 answered Oct 8, 2019 • edited Oct 9, 2019 by techbd123 techbd123 comment Share Follow See all 2 Comments 2 2 Comments reply `JEET commented Oct 8, 2019 reply Follow flag Perfect. 1 1 replyShare rishabhjain18 commented May 15, 2021 reply Follow flag great one.. nicely done 0 0 replyShare Please log in or register to add a comment.
2 2 votes This can be done by just taking a small value of n. Say value of $\text{n = 5}$ So the total size of set = 11, and number of subsets of containing atmost 5 elements can be $=$ $11 \choose 0$ + $11 \choose 1$ + $11 \choose2 $ + $11 \choose 3$ + $11 \choose 4$ + $11 \choose 5$ $= \text{ 1 + 11 + 55 + 165 + 330 + 462}$ $ = \text{1024}$ $ =2^{10} \\= 2^{2*5}$ Hence answer must be option $D$ !KARAN answered Sep 23, 2019 !KARAN comment Share Follow 0 reply Please log in or register to add a comment.