A Set has $2r+1$ elements. Then the no. of subsets which have at least $r+1$ element is
My Try::
selecting $r+1$ element from $2r+1$ which is $\displaystyle = \binom{2r+1}{r+1}$
selecting $r+2$ element from $2r+1$ which is $\displaystyle = \binom{2r+1}{r+2}$
..........................................................
..........................................................
selecting $2r+1$ element from $2r+1$ which is $\displaystyle = \binom{2r+1}{2r+1}$
So Total $ = \binom{2r+1}{r+1}+\binom{2r+1}{r+2}+..........+\binom{2r+1}{2r+1}$
and answer given is $ = 2^{2r}$
How can i Calculate it. Thanks