Evaluate the sum of the first 2017 positive integer multiples of 3.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The sum can be written as n = 1 ∑ 2 0 1 7 3 n = 3 n = 1 ∑ 2 0 1 7 n . This simplifies to 3 ( 1 + 2 + 3 + ⋯ + 2 0 1 7 ) ⟹ 3 2 ( 2 0 1 7 ) ( 2 0 1 8 ) = 6 1 0 5 4 5 9 .
Problem Loading...
Note Loading...
Set Loading...
I treated this problem as an Arithmetic Progression. It has 2017 terms. The first term is 3 and the common difference is 3.
S = 2 n [ 2 a 1 + ( n − 1 ) ] d = 2 2 0 1 7 [ 2 ( 3 ) + ( 2 0 1 6 ) ( 3 ) ] = 6 1 0 5 4 5 9