SOLUTION: Find the sum of all-natural numbers from 100 to 300: i) Which are exactly divisible by 4. ii) Excluding those which are divisible by 4.

Algebra ->  Sequences-and-series -> SOLUTION: Find the sum of all-natural numbers from 100 to 300: i) Which are exactly divisible by 4. ii) Excluding those which are divisible by 4.      Log On


   



Question 1190794: Find the sum of all-natural numbers from 100 to 300:
i) Which are exactly divisible by 4.
ii) Excluding those which are divisible by 4.

Found 2 solutions by math_helper, greenestamps:
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!

Whenever you have a numbered set of things, the number of elements is the ending number minus the starting number, plus 1:
Examples:
If we number the elements of {ABCDE} starting from 0, we get:
A B C D E
0 1 2 3 4 --> number of elements = 4-0+1 = 5
and if we start at 1:
A B C D E
1 2 3 4 5 --> number of elements = 5-1+1 = 5
(you see here when you start counting with "1" the -1 and +1 always cancel and you can just pick the ending number for this common case)


i) 100 maps to 25 (100/4 = 25)
104 maps to 26
...
300 maps to 75 ---> number of elements of interest = 75-25+1 = +highlight%2851%29

ii) Here, we are looking for the inverse. 300-100+1 = 201 total elements, and if we take out the 51 found in part (i), we are left with highlight%28+150%29 elements of interest.

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


I will assume the "100 to 300" is inclusive....

For ANY set of numbers, the sum of the terms is the number of terms, multiplied by the average of the terms.

For an arithmetic sequence the average of the terms is the average of the first and last terms; the number of terms is (last minus first), divided by the common difference, plus 1.

(1) sum of ALL natural numbers from 100 to 300

number of terms: %28300-100%29%2F1%2B1=201
average: %28100%2B300%29%2F2=200
sum: 201%2A200=40200

(2) sum of natural numbers from 100 to 300 that are divisible by 4

(note 100 and 300 are both divisible by 4)

number of terms: %28300-100%29%2F4%2B1=51
average: %28100%2B300%29%2F2=200
sum: 51%2A200=10200

(3) sum of natural numbers from 100 to 300 that are NOT divisible by 4

40200=10200=30000

ANSWERS:
i) 10200
ii) 30000