Let the sum be S
S = 1 + 2 + 3 + ... + 48 + 49 + 50 <-- there are 50 terms
S = 50 + 49 + 48 + ... + 3 + 2 + 1 <-- there are 50 terms
add the two equations term by term:
S = 1 + 2 + 3 + ... + 48 + 49 + 50 <-- there are 50 terms
S = 50 + 49 + 48 + ... + 3 + 2 + 1 <-- there are 50 terms
2S = 51 + 51 + 51 + ... + 51 + 51 + 51 <-- there are 50 terms
2S = 51×50 <--51 times 50 because there are 50 51's added together
2S = 2550
S = 1275
Or by formula: = 1275
Edwin
You can put this solution on YOUR website! find the sum of the integers 1to50 inclusive
---
S(50) = (50/2)(51)
----
S(50) = 25*51 = 1275
====
Cheers,
Stan H.
===========
You can put this solution on YOUR website! find the sum of the integers 1to50 inclusive
=====================================
This is an arithmetic series with a_1 = 1, a_50 = 50
The sum of an arithmetic series is
S_n = (n/2)*(a_1 + a_n)
Substituting the values, we get
S_50 = (50/2)*(1+50) = 1275