Proper Subsets

S = { 0 , 1 , 2 , , 17 , 18 } . S = \{0,1,2,\ldots,17,18\} .

How many proper subsets are there of the set S S ?


The answer is 524287.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Joe Plaza
Mar 4, 2016

The answer is 2 19 1 2^{19} - 1 . First note that ( 1 + 1 ) n = i = 0 i = n ( n i ) = 2 n (1+1)^n = \sum_{i=0}^{i=n} {{n}\choose{i}} = 2^{n} . To form all 0-element subsets, we only have ( n 0 ) = 1 {{n}\choose{0}} = 1 possible set (the empty set). For 1 element subsets we have ( n 1 ) {{n}\choose{1}} possibilities. Continue this up to subsets containing n 1 n-1 elements (we would go to n-element subsets if it weren't for the restriction of the subsets being proper), and we get ( n n 1 ) {{n}\choose{n-1}} . Adding together all possible subsets, we get i = 0 i = n 1 ( n i ) = 2 n 1 \sum_{i=0}^{i=n-1}{{n}\choose{i}} = 2^{n} - 1 proper subsets. In this case, it is 2 19 1 2^{19}-1 since there are 19 elements in S S .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...