- #1
- 907
- 1,116
Hello,
I need to prove the following:
[tex]\sum_{i=0}^n\binom{n}{i} = 2^n[/tex]
by using something called mathematical induction. I understand, somewhat, what it is - we propose a statement and show that is true for n=1, then we assume that the statement is true for all [itex]n \in \mathbb{N}[/itex], which should also mean that the statement is true for n+1. This is what I have written down:
[tex]\binom{n+1}{0} + \binom{n+1}{1}+ . . .+ \binom{n+1}{n-1}+ \binom{n+1}{n}+ \binom{n+1}{n+1} = 2^{n+1} [/tex]
which is
[tex]1 + (n+1) + \frac{n(n+1)}{2!}+ . . .+ \frac{n(n+1)}{2!}+ (n+1)+ 1 = 2^{n+1}[/tex]
I can see a symmetry and I thought about calculating half and showing that it equals 2n, but that idea quickly died, since I don't know where the "half point" is in the sum.
What should I do?
Thanks in advance!
I need to prove the following:
[tex]\sum_{i=0}^n\binom{n}{i} = 2^n[/tex]
by using something called mathematical induction. I understand, somewhat, what it is - we propose a statement and show that is true for n=1, then we assume that the statement is true for all [itex]n \in \mathbb{N}[/itex], which should also mean that the statement is true for n+1. This is what I have written down:
[tex]\binom{n+1}{0} + \binom{n+1}{1}+ . . .+ \binom{n+1}{n-1}+ \binom{n+1}{n}+ \binom{n+1}{n+1} = 2^{n+1} [/tex]
which is
[tex]1 + (n+1) + \frac{n(n+1)}{2!}+ . . .+ \frac{n(n+1)}{2!}+ (n+1)+ 1 = 2^{n+1}[/tex]
I can see a symmetry and I thought about calculating half and showing that it equals 2n, but that idea quickly died, since I don't know where the "half point" is in the sum.
What should I do?
Thanks in advance!
Last edited: