Squares are Cool...

Compute 1^{2} - 2^{2} + 3^{2} - 4^{2} + 5^{2} - 6^{2} + 7^{2} - 8^{2} +… + 457^{2} - 458^{2}.

Have Fun!!!


The answer is -105111.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Break it down into chunks…

(1^2 - 2^2) + (3^2 - 4^2) + (5^2 - 6^2) + … + (457^2 - 458^2)

a^2 - b^2 = (a+b)(a-b).

In ALL cases, a-b = -1. So you are really adding -(a+b) (different a and b in every chunk of expression). -1 + -2 + -3 + -4 + … + -458 = -(1 + 2 + 3 + 4 + … + 458) = -(458 * 459) ÷ 2 = -105111

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...