Find the sum of all natural numbers from 1 to 200 which are divisible by 4.
Open in App
Solution
We have to find sum 4+8+12+...+200 Clearly, it is arithmetic progression. Here, a=4,d=4 Let there are n terms and 200 is nth term. Then, a+(n−1)d=200 ⇒4+(n−1)4=200 ⇒(n−1)4=196 ⇒(n−1)=49 ⇒n=50 Therefore, S50=502[4+200] ⇒S50=25×204=5100