If , evaluate the following: Note: cannot be the null set.
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.
Essentially, the problem is asking to take all subsets of { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 1 0 } , in each subset take the product of all elements, and finally evaluate the sum all of these products.
Consider the product k = 1 ∏ 1 0 ( 1 + k ) = ( 1 + 1 ) ( 1 + 2 ) ( 1 + 3 ) ( 1 + 4 ) ( 1 + 5 ) ( 1 + 6 ) ( 1 + 7 ) ( 1 + 8 ) ( 1 + 9 ) ( 1 + 1 0 ) .
Note that when expanding this product (without adding the binomials), every term obtained is accounted for in the summation in the problem, except for choosing the first 1 for all 10 binomials when expanding.
Hence, we have a bijection between the terms in the expansion of k = 1 ∏ 1 0 ( 1 + k ) and the terms in the problem.
The answer is then simply ( k = 1 ∏ 1 0 ( 1 + k ) ) − 1 = ( k = 2 ∏ 1 1 k ) − 1 = 1 1 ! − 1 = 3 9 9 1 6 7 9 9 .