Find the sum of all two digit numbers which when divided by 4, yield 1 as remainder.
Two digit numbers are:
10, 11, 12, .... , 97.
Here, a = 13, d = 17 - 13 = 4 and an=97
∵an=a+(n−1)d
∴97=13+(n−1)×4
⇒n−1=97−134
⇒n−1=844=21
⇒n=21+1=22
Now, Sn=n2(a+an)
⇒S22=222(13+97)
=11(110)=1210.