For any positive integer n, the sum of the first n positive integers equals ~$\frac{n\left ( n+1 \right )}{2}$~. What is the sum of all the even integers between 99 and 301?
10,100
20,200
22,650
40,200
45,150
登录 或 注册 后可以参加讨论
等于求A1=100, An=300, D=2 的等差数列和。 因为N=(300-100)除以2 然后加上1, 所以N =101, Sn= (100+300)*101/2= 200*101= 20200
等于求A1=100, An=300, D=2 的等差数列和。 因为N=(300-100)除以2 然后加上1, 所以N =101, Sn= (100+300)*101/2= 200*101= 20200
登录 或 注册 后可以参加讨论