SOLUTION: What is the sum of all natural numbers between 1 and 200 which are multiples of 5?

Algebra.Com
Question 1102223: What is the sum of all natural numbers between 1 and 200 which are multiples of 5?
Found 2 solutions by htmentor, greenestamps:
Answer by htmentor(1343)   (Show Source): You can put this solution on YOUR website!
The multiples of 5 between 1 and 200 are 5, 10, 15, ..., 200
This forms an arithmetic sequence with first term equal to 5 and common difference equal to 5.
The nth term is written a_n = 5 + (n-1)*5 = 5n
The sum of the 1st n terms of an arithmetic sequence is S_n = (n/2)(a + a_n),
where a = the 1st term
The last term is 200, so n = 200/5 = 40
S_40 = 20*(5 + 200) = 4100

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


This will be pretty much the same answer as provided by the other tutor, but using informal logical analysis instead of formal mathematical formulas.

Assuming that "between 1 and 200" includes 200, the sum is 5+10+...+195+200.

The number of terms in the sum is 200/5 = 40.

Since the numbers are equally spaced, the 40 numbers can be paired into 20 pairs, each with a sum of 205: 5+200 = 205; 10+195 = 205; 15+190 = 205; etc.

So the sum of all the numbers is the sum of 20 pairs, with each pair having a sum of 205: 205*20 = 4100.

And here is an alternative way to think about getting the final sum, once we have found that there are 40 terms in the sum.

Again since the numbers are equally spaced, the average of all the terms is the average of the first and last terms: (5+200)/2 = 102.5

Then the sum of all the numbers is that average, multiplied by the number of terms: 40(102.5) = 4100.

To summarize these two different ways of finding the sum, we have either

(a) (number of pairs)*(sum of first and last) =
or
(b) (number of numbers)*(average of first and last) =

Those two formulas, representing different ways of thinking of getting the answer, are clearly mathematically equivalent.

RELATED QUESTIONS

Calculate the sum of all numbers between 1 and 50 which are multiples of... (answered by jorel1380)
What is the sum of all the multiples of 7 between 10 and... (answered by MathLover1)
Given the sequence 3;6;9;....;60. a)Determine the sum of all the natural numbers from... (answered by math_helper)
find the sum of all natural numbers between 1 and 100 which are not exactly divisible by... (answered by KMST)
What is the sum of all multiples of 6 that are strictly between 3128 and... (answered by jim_thompson5910)
if we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 (answered by Edwin McCravy)
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6... (answered by ikleyn,Edwin McCravy)
what is the sum of the first 100 natural Numbers excluding the multiples if... (answered by sachi,Edwin McCravy)
1. The sum of 4 integers is 24 and their product is 945. What are those integers? 2.... (answered by CPhill,greenestamps)