How do you find the sum of the first 30 positive multiples of 3?

1 Answer
Mar 4, 2016

This would be an arithmetic series.

Explanation:

Lets first look at the first three terms of this series.

3, 6, 9

What do you notice?

Each number after the first is 3 larger than the previous number.

This signifies the sequence is an arithmetic series.

To find the sum of an arithmetic series, there are two separate formulas. The one we will use is #s_n = n/2(2a + (n - 1)d)#

n, or the number of terms, is 30. d, the common difference, is 3. a, the first term in the series is 3.

Plugging these numbers into the formula, we get:

#s_30 = 30/2(2(3) + (29)3)#

#s_30 = 15(6 + 87)#

#s_30 = 15(93)#

#s_30 = 1395#

Practice exercises:

  1. Find the sum of the first 12 positive multiples of 13.

2 . Find the sum of all the consecutive even integers in between the 4th smallest positive multiple of 16 and the 9th smallest positive multiple of 22.
Challenge Problem

In an arithmetic series, the first number is #n#, the second #n + 5#, the third #n+10#. Find the sum of the first 38 terms in this series.

Good luck!