Method 1:
Find the sum of the EVEN integers from 99 to 301 is same as Find the sum of the EVEN integers from 100 to 300 both Inclusive.
Find the average of the set (First Term + Last Term)/2 (100+300)/2=200
Find the number of terms (Last Term - First Term)/2 + 1 (300-100)/2 +1= 101
Multiple the average by the number of terms to get answer : 200*101=20,200
Method 2:
The series 100,102,.....300 are in AP. Let the number of terms be n, then the
nth term = first term + ((n-1)* common difference of successive members) = 300 = 100 + (n-1)*2 => n-1 = 100 => n = 101
Sum of all the terms in an AP is equal to 0.5*n*(first term + Last term) = 0.5*101*400 = 20200
Method 3:
Let s = 100+102+104+....300 = 2*(50+51+....150) = 2*(Sum of first 150 positive integers - Sum of first 49 positive integers) = 2*((0.5*150*151)-(0.5*49*50)) = 20200
As Spider man says - '
You always have a choice' and here you have many to choose from !