Prove 2^n possibly with the binomial theorem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 10K views
gap0063
Messages
65
Reaction score
0
Prove for all n[tex]\in[/tex][tex]N[/tex]
2n= ([tex]\stackrel{n}{0}[/tex])+([tex]\stackrel{n}{1}[/tex])+...+([tex]\stackrel{n}{n}[/tex])

So I used mathematical induction

base case: n=0 so 20=1 and ([tex]\stackrel{0}{0}[/tex])=1

induction step: Let n[tex]\in[/tex][tex]N[/tex] be given, assume as induction hypothesis that 2n= ([tex]\stackrel{n}{0}[/tex])+([tex]\stackrel{n}{1}[/tex])+...+([tex]\stackrel{n}{n}[/tex])

I think I'm trying to prove 2n+1= ([tex]\stackrel{n+1}{0}[/tex])+([tex]\stackrel{n+1}{1}[/tex])+...+([tex]\stackrel{n+1}{n}[/tex])


but I don't know how to apply the binomial theorem (if I'm even supposed to!)
 
Physics news on Phys.org
Office_Shredder said:
This is really a combinatorics problem.

Think about how many ways there are to pick a subset out of a set of n elements.

I don't understand... :/