SOLUTION: what is the sum of the first 100 natural Numbers excluding the multiples if 4

Algebra ->  Sequences-and-series -> SOLUTION: what is the sum of the first 100 natural Numbers excluding the multiples if 4      Log On


   



Question 1034674: what is the sum of the first 100 natural Numbers excluding the multiples if 4
Found 2 solutions by sachi, Edwin McCravy:
Answer by sachi(548) About Me  (Show Source):
You can put this solution on YOUR website!
the sum first 100 natural Numbers i.e 1+2+3+.....+100
as per AP
the first term=1=a
the common diff =1-d
no of terms = 100=n
now the sum=n/2[2a+(n-1)*d)=100*101/2=5050
now the sum of multiples of 4=4+8+12+.....+100
the last term=100=l
the first term=4=a
the common diff =4-d
no of terms=n
then 100=a+(n-1)*d=4+(n-1)*4=4n
so n=25
now the sum of multiples of 4=4+8+12+.....+100=25/2(a+l)=25/2*(4+100)=1300
so the sum of the first 100 natural Numbers excluding the multiples if 4
=5050-1300=3750
ans

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
That's (1+2+3+...+99+100)) - (4+8+12+...96+100)

There are 100 natural numbers 
and 
there are 25 multiples of 4 through 100, because if 
you divide all the numbers 4,8,12,...,96,100 by 4, 
you get 1,2,3,...,24,25. 

We use the formula for the sum of an arithmetic series
with n terms, first term a1, nth term an. 

S%5Bn%5D%22%22=%22%22expr%28n%2F2%29%28a%5B1%5D%2Ba%5Bn%5D%29

(1+2+3+...+99+100)) - (4+8+12+...96+100) = 

expr%28100%2F2%29%281%2B100%29%22%22-%22%22expr%2825%2F2%29%284%2B100%29

expr%2850%29%28101%29%22%22-%22%22expr%2825%2F2%29%28104%29

expr%2850%29%28101%29%22%22-%22%22expr%2825%2A52%29

5050+-+1300

3750

Edwin