Find the sum of all positive integers between 111 and 999 that is divisible by 6.
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 lowest number is 114 and the largest number is 996.
The numbers forms an arithmetic progression.
114,120,126...996
a n = a 1 + ( n − 1 ) d
9 9 6 = 1 1 4 + ( n − 1 ) 6
n = 1 4 8
S = 2 n ( a 1 + a n )
S = 2 1 4 8 ( 1 1 4 + 9 9 6 )
S = 8 2 1 4 0