Find the sum of all natural numbers lying between 100 and 1000 which are multiples of 5.
Natural numbers between 100 and 1000 which are multiples of 5 are 105, 110, 115, 120, ........,995.
Here a = 105, d = 110 - 105 = 5, an = 995
We know that an=a+(n−1)
∴995=105+(n−1)×5
⇒995−105=(n−1)×5
⇒8905=n−1
⇒n=178+1=179
Now sn=n2[a+l]
∴s179=1792[105+995]
= 1792×1100=98450.