Square Sum

Evaluate

1 2 + 2 2 + 3 2 + 4 2 + 5 2 + 6 2 + 7 2 + 8 2 + 9 2 . 1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2 + 7^2 + 8^2 + 9^2 .


The answer is 285.

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

Arron Kau Staff
May 13, 2014

By the sum of squares formula,

i = 1 n i 2 = n ( n + 1 ) ( 2 n + 1 ) 6 \sum_{i=1}^n i^2 = \frac{ n (n+1)(2n+1)} { 6}

Thus, the sum of the first 9 squares is equal to 9 × 10 × 19 6 = 285 \frac{ 9 \times 10 \times 19} { 6} = 285 .

Note: We may also expand out each term and add manually.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...