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.
We can use the formula
( n 2 ∗ n ) / 2
which will initially equal to 1275
Answer is 2 5 0 × 5 1 = 1 2 7 5 .
S=
1 + 2 + 3 +... +25+
50+49 +48 +...+26
If we write this down in this order we can see that S consists of 25 pairs of numbers, each giving us the sum of 51, so S=25*51=1275
Great Work
To find the sum of first natural numbers there is a formula. Let n be the last term. The formula is n(n+1)/2. By substituting the values, we find the answer.
The proof for formula:
s n = 1 + 2 + 3 + 4 + . . . . . . + n = 2 n ( n + 1 ) s n + 1 = 1 + 2 + 3 + . . . . . . . . n + 1 = s n + n + 1 A s s u m i n g s n i s t r u e s n + 1 = 2 n ( n + 1 ) + n + 1 = ( n + 1 ) ( 2 n + 1 ) = ( n + 1 ) ( 2 n + 2 ) = 2 ( n + 1 ) ( n + 2 ) Which is exactly what we wanted for n+1.
i understand how you did it but there is no need to complicate things just do it the easy way.But i see how you did it and as long as you got it right you are doing well
Log in to reply
the way mentioned above is the general rule. the other way mentioned by someone else is true only when there is an even number of numbers. in what way will you arrange if there are odd number of numbers? So this a general rule.
Log in to reply
Thanks for the info i will keep that in mind great work
Problem Loading...
Note Loading...
Set Loading...
the rule for consecutive integers is = 2 n ( n + 1 )
so, the summation is= 2 5 0 × 5 1 = 1 2 7 5