Find the sum of all three digit natural numbers, which are multiples of 7.
First three-digit number that is divisible by 7 = 105
Next number = 105 + 7 = 112
Therefore the series is 105, 112, 119,........
The maximun possible three digit number is 999.
When we divide by 7, the remainder will be 5.
Clearly, 999 - 5 = 994 is the maximum possible three-digit number divisible by 7.
The series is as follows:
105, 112, 119,.........994.
Here a = 105, and d = 7
Let 994 be the nth term of this A.P.
an = a + ( n-1 ) d
994 = 105 + ( n-1 ) x 7
( n-1 ) x 7 = 889
( n-1 ) = 127
n = 128
So, there are 128 terms in the A.P.