I'm reading my textbook on binomial theorem and there's an example question with the solution. I don't understand it. Can someone please explain? Thanks in advance.
How many subsets are there of a set consisting of n elements?
Solution: $\displaystyle\sum\limits_{k=0}^n \binom{n}{k} = (1 +1)^n = 2^n$
What does this have to do with the binomial theorem and where is the $x^k y^{n-k}$ terms?
(n,k) is the number of unique sets by choosing k objects from n objects. So the sum of all (n,k) gives you the total number of unique sets.
So since you know the solution must be of the form (n,k), you set x=y=1 and solve the binomial theorem for the formula? Is this the proper thinking? Thanks again Brian!!
– user1527227 Apr 18 '13 at 16:45