You can put this solution on YOUR website! Trying to find the sum 41+42+43+44+.....+118
.
Partial sum of an arithmetic sequence:
S = n((a1+an)/2)
where
S = sum of n numbers
n = 118-40 = 78
a1 = 41
an = 118
.
S = 78((41+118)/2)
S = 78(159/2)
S = 78(79.5)
s = 6201