0

I have studying my maths book induction chapter and I found things to solve this but I am failed, somebody help me to solve this problem by simple method of mathematical induction. $$2^n = {n \choose 0} +{n \choose 1} + \cdots {n \choose n}$$ How to prove it by mathematical induction.

2 Answers2

1

Hint: $$(1 + 1) ^n = \sum_{k=0}^{n} \binom {n}{k} 1^{n-k} 1^{n}$$

Aaron Maroja
  • 17,869
0

$${n \choose 0} +{n \choose 1} + \cdots + {n \choose n}$$ is the number of ways to choose any number of things out of $n$ things, which clearly explains why this must be equal to $2^n$ (since any of the things may or may not be chosen). It depends exactly on the provided definitions how you may or may not prove this.

For the definition you could use Newton's binomium, then you could kind of use induction going down the triangle. It is also possible to use the defintion

$${n \choose k}=\frac{n!}{k!(n-k)!}$$

but this is harder.