bennyska
- 110
- 0
Homework Statement
(here (n,k) reads n choose k)(and again, please excuse that i don't use latex)
claim: (n,0) + (n,1) + (n,2) + ... (n,n) = 2n
Homework Equations
binomial theorem
The Attempt at a Solution
proof: sum(k=0 to n of (n,k)) = sum(k=0 to n of (n,k))*1k*1n-k.
by the binomial theorem, (x + y)n = sum(k=0 to n of (n,k))*xkyn-k, so letting x, y = 1, then (1 + 1)n = 2n = sum(k=0 to n of (n,k))*1k*1n-k = sum(k=0 to n of (n,k)).