Proving the binomial sum equals 2^n by induction

  • Context: Undergrad 
  • Thread starter Thread starter theperthvan
  • Start date Start date
  • Tags Tags
    Induction
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
theperthvan
Messages
182
Reaction score
0
How can I show that

[tex]1+\frac{n}{1!}+\frac{n(n-1)}{2!}+\frac{n(n-1)(n-2)}{3!}+...= 2^{n}[/tex]

This comes from proving that the power set of a set with n elements is [tex]2^{n}[/tex].

I got so far that nCn+nC(n-1)+ ... = what I have above. Now for the induction...
Cheers,
 
Physics news on Phys.org
Hint: What's the binomial expansion of (1 + 1)^n?
 
of course, thanks