If the sum of the first n positive integers is equal to 55, then what is the sum of the first n square numbers?
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.
The problem is not correctly stated. At first, I thought it asked sum of nos. till n 2 .
2 n ( n + 1 ) = 5 5
n 2 + n − 1 1 0 = 0
( n − 1 0 ) ( n + 1 1 ) = 0
⟹ n = 1 0 o r − 1 1
As n can't be -ve, we take n = 1 0 . Now, we have to find the sum of squares.
= 6 n ( n + 1 ) ( 2 n + 1 ) = 6 1 0 × 1 1 × 2 1 = 3 8 5