Find the sum of all two-digit numbers which when divided by 4 yield 1 as remainder.
Required sum
13 + 17 + 21 + 25 + ... + 97.
This is an AP in which a= 13, d = (17 - 13) = 4 and l= 97.
Let the number of terms be n. Then,
Tn=97⇒a+(n−1)d=97
⇒13+(n−1)×4=97⇒n=22
∴ required sum =n2(a+1)=222×(13+97)=(11×110)=1210
Hence, the required sum is 1210.