View Single Post
  #2  
Old January 3rd, 2008, 12:13 AM
Jhevon's Avatar
Jhevon Jhevon is offline
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by geton View Post
Find the sum of the multiply of 3 less than 100. Hence or otherwise find the sum of the number less than 100 which are not multiples of 3.

In this problem what to do? Is that series for 1st portion, 1+3+9+… ?
Where a = 1, d=3n. But how can I find n’s value?

Please help to solve this problem.
umm, 1 is not a multiple of 3...

we have an arithmetic series here, it is of the form a_n = 3n for n \in \mathbb{N}

we want to add all the terms of this sequence from 3 to 99. now from our formula, we know that 99 is the 33rd term in our sequence. thus we want to find the sum of the first 33 terms of our sequence.

the formula for the sum of the first n terms of an arithmetic sequence is given by:

S_n = \frac {n(a_1 + a_n)}2 where a_1 is the first term, a_n is the nth term, and n is the number of terms we are summing.

so you can find the sum.

we can use this same formula to find the sum of all integers from 1 to 99. then subtract the sum you found before. that will give you the sum of all integers that are not multiples of 3
Reply With Quote