7

Find the value of $$1996^2-1995^2 + 1994^2-1993^2 + \dots + 2^2-1^2.$$

What is wrong with the following reasoning. By the difference of squares formula we have that the sum can be broken into $$(1996-1995)(1996+1995) + (1994-1993)(1994+1993) + \dots + (2-1)(2+1)$$

but all the terms with minus signs are $1$ so we are left with $$1996+1995+1994+1993+\dots+2+1 = \frac{1996(1997)}{2}=1993006$$ which is incorrect as the correct answer should be $998000$.

Louie
  • 561

1 Answers1

-1

$$1996^2-1995^2 + 1994^2-1993^2 + \dots + 2^2-1^2=\sum_{k=1}^{998}\left({(2k)^2-(2k-1)^2}\right)\\~\\=\sum_{k=1}^{998}\left({4k-1}\right)=4\sum_{k=1}^{998}k\;-\sum_{k=1}^{998}1=\frac {4(998)(999)}{2}-998=1993006$$

Mostafa
  • 1,479
  • 14