0

Prove using the binomial theorem that alternately adding and subtracting elements across a row of Pascal’s triangle always results in zero.

I need help constituting a proof. I am able to show this works for specific cases and by substituting numbers into the binomial theorem but how will I go about a general proof that illustrates this works for every case?

Cettt
  • 2,494
Lil
  • 2,529

1 Answers1

0

$$ 0 = (-1+1)^n = \sum_{k=0}^n {n\choose k} (-1)^k 1^{n-k} = \sum_{k=0}^n {n\choose k} (-1)^k. $$

Cettt
  • 2,494