To find the sum of all the even integers between 99 and 301, we first need to determine the number of even integers in that range.
The largest even integer within the given range is 300, and the smallest even integer is 100. The set of even integers between 99 and 301 can be expressed as {100, 102, 104, ..., 298, 300}.To find the number of terms in this arithmetic sequence, we can use the formula for the nth term of an arithmetic sequence:
an = a1 + (n - 1)d
In this case, a1 = 100 (the first term), d = 2 (the common difference), and we need to find n.
300 = 100 + (n - 1)2
200 = 2n - 2
202 = 2n
n = 101
Therefore, there are 101 even integers between 99 and 301.
Now, we can calculate the sum using the formula for the sum of an arithmetic series:
Sn = (n/2)(a1 + an)
Sn = (101/2)(100 + 300)
Sn = (101/2)(400)
Sn = 101 * 200
Sn = 20,200
The sum of all the even integers between 99 and 301 is 20,200.
Therefore, the answer is option B.