My question is how to prove that $\sum_{k=0}^n \binom{2n+1}{2k+1} = 4^{n}$ . I'm not good at operating on the sign of sum, so please, try to explain me that as clearly as possible. Thanks :)
2026-04-12 03:13:43.1775963623
On
How to prove that $\sum_{k=0}^n \binom{2n+1}{2k+1} = 4^{n}$
108 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Use the binomial theorem, then you have $$4^n=(1+1)^{2n}=\sum_{k=0}^{2n}\binom{2n}k=\sum_{k=0}^n\binom{2n+1}{2k+1}$$ by grouping succesive coefficients together, i.e. $\binom{2n}{2k}+\binom{2n}{2k+1}=\binom{2n+1}{2k+1}$, except for the last one where $\binom{2n}{2n}=1=\binom{2n+1}{2n+1}$.
If you don't want to discuss the last coefficient separatedly, just note that if you set extra coefficients to $0$ (as is usually done), the formulas for coefficients still hold and you can write $$\sum_{k=0}^{2n}\binom{2n}k=\sum_{k=0}^\infty\binom{2n}k=\sum_{k=0}^\infty\binom{2n+1}{2k+1}=\sum_{k=0}^n\binom{2n+1}{2k+1}$$
Hint: Your left hand side of the equation is equal to all the ways to choose a subset of odd size from a set of size $2n + 1$.