Question 1158359: prove that (n 0) + (n 1) + (n 2) + ... + (n k) = 2^n is true using mathematical induction
note that (n k) is a falling factorial Found 2 solutions by Shin123, ikleyn:Answer by Shin123(626) (Show Source):
You can put this solution on YOUR website! Base case: n=1. .
Induction step. Assume that +...+, for some arbitrary positive integer k. Lemma: . . Therefore, . We need to find +...+. , , and so on. So +...++...+. Since , we can use our assumption and get +...+. The statement is proven.
There is another way and another method to prove it,
much more effective, more easy and more straightforward (and really nice (!) ).
Use the binomial formula
= 1 + + + + + . . . + + .
Now plug in x= 1 into this formula. You will get
= 1 + + + + + . . . + + 1,
and the proof is completed.
Those who saw this proof at least once in their life, will never forget it . . .