For any positive integer n, the sum of the first n positive integers equals n(n+1)/2. What is the sum of all the even integers between 99 and 301?
A. 10,100
B. 20,200
C. 22,650
D. 40,200
E. 45,150
OAB
Can you please check my solution and let me know where i am getting wrong.
# of terms = (300-100)/2 + 1 = 101
Sum = n(n+1)/2
101(102)/2
101X51
Doing this unit digit will be 1, which is not in the options.
Please explain.
A. 10,100
B. 20,200
C. 22,650
D. 40,200
E. 45,150
OAB
Can you please check my solution and let me know where i am getting wrong.
# of terms = (300-100)/2 + 1 = 101
Sum = n(n+1)/2
101(102)/2
101X51
Doing this unit digit will be 1, which is not in the options.
Please explain.
















