the sum of the first 50 positve even integer is 2,550. What is the sum of the even integers from 102 to 200, inclusive? If anyone can help, I'd really appreciate it...
sum of the even integers from 102 to 200, inclusive means we can use the basic formula of AP. Sn = sum of n digits = n/2(2a + (n - 1)d)
Where a = first term of the series, d = common diff and n = no of terms.
Tn = nth term = a + (n - 1)d = 102 + (n - 1) * 2 = 200 or n = 50
So Sn = 50/2(102 + 200). Hope u get me, mrkylee!
















