Q.1 The sum of all numbers between 100 and 1000 which is divisible by 13 is .....
Q.2 The sum of all numbers between 200 and 800 which is divisible by 9 is .....
How to solve these type of problems ?
My attempt: Q.2 207+216+...792 =32967 But this is a lengthy process to compute the sum. How to solve these type of problems in shortcut.
$$\sum\limits_{n=0}^{65}(207+9n)=66\times207+9\sum\limits_{n=0}^{65}n=13662+9\dfrac{65\times66}{2}=13662+2145=32967$$