0

Trying to prove by induction that

$\sum^{i=n}_{i = 0}$$n\choose i$$=2^n$

So obviously, I prove for some arbitary number, i.e $n = 2$

I then go on to show what the n = k terms look like for the first 3 terms

Then I realise to show that it is the same for $n = k+1$, I need to show that:

$2\times(n=k)\equiv (n=k+1)$

Yet when I try and work out the algebra I keep coming excruciatingly close but to no success, am I going about this proof the wrong way or? I've redone my calculations multiple times so there are no errors in my algebraic simplification.

Could it be that I need to go about this another way instead of trying to show it is $2\times n=k$

user36606
  • 101

1 Answers1

2

Use the binomial theorem: $$2^n=(1+1)^n=\sum_{i=0}^n\binom{n}{i}1^i1^{n-i}=\sum_{i=0}^n\binom{n}{i}$$