I came across this question in my book today. The question asks me to proof this by rewriting $(1+x)^n$ in summation form. I can't think of any relationship between the two equations other than expanding then in $\binom{n}{r}$ form. Can you guys give me some hints? 
2026-03-31 23:25:27.1774999527
Binomial expansion and summation notation question
361 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We know that from the binomial theorem, $$(1+x)^n = 1 + x\binom{n}{1} + x^2\binom {n}{2} + x^3\binom {n}{3} + \cdots + x^n \binom {n}{n}.$$
Now if you let $x = 1$, the left side becomes $2^n$ and the right side is $\sum_{r=0}^{n} \binom {n}{r} = \binom {n}{0} + \binom {n}{1} + \cdots + \binom {n}{n} $, which is what you want! Hope it helps.