For some natural number , the sum of first natural numbers is 240 less than the sum of the first natural numbers. Then itself is the sum of how many natural numbers starting with 1?
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 sum of first k natural number is given by 2 k ( k + 1 ) .
According to question,
2 n ( n + 1 ) + 2 4 0 = 2 ( n + 5 ) ( n + 6 )
n 2 + n + 4 8 0 = n 2 + 1 1 n + 3 0
n = 4 5
Let n be the sum of first x natural numbers, then
2 x ( x + 1 ) = 4 5
x = 9