0

From trial and error I know that $$\sum_{k=0}^n\binom{n}{k}= 2^n$$ Remember studying it. But can't prove it theoretically now. Can someone prove the above

JMoravitz
  • 79,518

2 Answers2

1

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

TheSilverDoe
  • 29,720
1

Counting up every way you choose anything from $n$ things, is the same as for each thing you choose whether to include it or not.

cr001
  • 12,598