Sum of even numbers from 99 to 301 can be written as:dqure040 wrote:For any positive integer n, the sum of the first n positive integers equal n(n+1)/2. What is the sum of all even integers between 99 and 301?
a) 10,100 b)20,200 c)22,650 d)40,200 e)45,150
Could use some help here.
100+102+104+106...+300
=2 x (50+51+52....+150)
=2 x (sum of the first 150 numbers - sum of the first 49 numbers)
=2 x (150*151/2 - 49x50/2)
=(150*151) - (49*50) = 22650 - 2450 = 20200
ans = b













