SOLUTION: Given the sequence 3;6;9;....;60. a)Determine the sum of all the natural numbers from 1 to 60 which are not multiples of 3.

Algebra.Com
Question 1110216: Given the sequence 3;6;9;....;60.
a)Determine the sum of all the natural numbers from 1 to 60 which are not multiples of 3.

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

The key to solve this is to recall that Sum(1,2,…, N) = N*(N+1)/2
Sum(3,6,9,…,60) = 3*Sum(1,2,3,…,20) = 3*(20*21/2) = 630
Sum(1,2,3,…,60) = 61*60/2 = 1830
Sum of natural numbers which are not multiples of 3: 1830-630 =

RELATED QUESTIONS

Find the sum of all natural numbers from 1 to 300 which are divisible by 3 (answered by Alan3354)
Calculate the sum of all numbers between 1 and 50 which are multiples of... (answered by jorel1380)
What is the sum of all natural numbers between 1 and 200 which are multiples of... (answered by htmentor,greenestamps)
Find the sum of all even numbers from 4 to 100 inclusive, excluding those which are... (answered by MathLover1,ikleyn,MathTherapy)
Calculate the sum of all natural numbers from 100 to 200 both inclusive which are not... (answered by AnlytcPhil)
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)
find the sum of all natural numbers between 1 and 100 which are not exactly divisible by... (answered by KMST)
Find the sum of all counting numbers less than 100 which are not multiples of... (answered by edjones)