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$.