Question : Find the sum of all two digit natural numbers which when divided by 3 yields 1 as the remainder.
Doubt by Pushkar
Solution :
Two digit natural numbers which when divided by 3 yield 1 as a remainder are
10, 13, 16, . . . .97
a = 10
d = a2-a1
d = 13-10
d = 3
an=97
an=a+(n-1)d
97=10+(n-1)3
97-10=(n-1)3
87/3 = (n-1)
29=n-1
29+1=n
n=30
Sn=n/2[a+an]
S30=30/2[10+97]
S30=15[107]
S30=1605