Find the sum of those integers between 1 and 500 which are multiples of 2 as well as 5.
The list of numbers from 1 to 500 that are the multiples of 2 as well as 5 are :10,20,30,40,.......,490
Now, the above list forms an AP in which first term, a=10 and common difference, d=10
Let an=490
⇒a+(n−1)d=490
⇒10+(n−1)10=490
⇒(n−1)10=480
⇒n−1=48
⇒n=49
Now, Sum of first ′n′ terms of AP is
Sn=n2[2a+(n−1)d]
S49=492[2×10+48×10]
=492(20+480)
=49×250
=12250