asked 222k views
0 votes
What is the sum of all even integers greater than 100 and less than 1000?

1 Answer

5 votes

Answer:

Formula is : an = a1 + ( n-1) d

starting (a1) = 101 , ending (an = 999)

999 = 101 + (n-1)

n = 450

formula is : s = ( n /2 ) ( a1 + an )

= (450/2) (101 + 999)

Explanation:

answered
User Andy Williams
by
8.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.