Combinatorics - Coefficient Sum

129 Views Asked by At

Consider the coefficients of the Binomial Expansion, $(1-x)^n$. Now, if I say, for some $k$, where $k$ is odd, I truncate the sum. Prove that when $k$ is odd this sum is non-positive, and that when $k$ is even the sum is non-negative. More precisely, I have $$(1-x)^n = \binom{n}{0} -\binom{n}{1}x + \cdots +(-1)^k\binom{n}{k}x^k +\cdots + (-1)^{n}\binom{n}{n}x^n$$ Now consider the following sum:

$$ \binom{n}{0} -\binom{n}{1} + \cdots + (-1)^k\binom{n}{k}$$ Prove that this is nonnegative if $k$ is even, and nonpositive if $k$ is odd.

1

There are 1 best solutions below

0
On BEST ANSWER

You have

$${n \choose k}={n-1 \choose k-1}+{n-1\choose k}$$ Now you're computing an alternating sum, so you get a telescoping effect:

$${n\choose 0}-{n\choose 1}+\cdots+(-1)^k{n\choose k}=$$ $$=\bigg(0+{n-1\choose 0}\bigg)-\bigg({n-1\choose 0}+{n-1\choose 1}\bigg)+\cdots + (-1)^k\bigg({n-1 \choose k-1}+{n-1\choose k}\bigg)$$ $$=\left[{n-1\choose 0}-{n-1\choose 0}\right ]+\left[{n-1\choose 1}-{n-1\choose 1}\right]+\cdots + \left[{n-1 \choose k-1}-{n-1\choose k-1}\right]+(-1)^k{n-1\choose k}=$$ $$=\color{blue}{(-1)^k {n-1\choose k}}$$