Question 826123
Calculation of the following: 
1+2+3+4....+97+98+99+100 
-------
s(n) = (n/2)(a + L)
----
s(100) = (100/2)(1+100)
----
s(100) = 50*101
-----
s(100) = 5050
================
Cheers,
Stan H.
----------------