What is the sum of all positive three-digit numbers which are divisible by 29?
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.
Okay , have modified the problem statement
The smallest three-digit number divisible by 2 9 is 2 9 × ⌈ 2 9 1 0 0 ⌉ = 2 9 × 4 and the largest three-digit number divisible by 2 9 is 2 9 × ⌊ 2 9 9 9 9 ⌋ = 2 9 × 3 4 . Therefore the sum of all three-digit multiples of 2 9 is:
S = 2 9 ( 31 terms 4 + 5 + 6 + ⋯ + 3 4 ) = 2 9 × 2 3 1 ( 4 + 3 4 ) = 2 9 × 3 1 × 1 9 = 1 7 0 8 1 Using the sum of AP = 2 n ( a + l )
Notations:
Sir the correct answer is 17081. Kindly check your solution
The smallest three digit number divisible by 2 9 is 2 9 × ⌈ 2 9 1 0 0 ⌉ = 2 9 × 4 , and the largest such number is 2 9 × ⌊ 2 9 1 0 0 0 ⌋ = 2 9 × 3 4 . So the required sum is 2 9 × ( 4 + 5 + 6 + . . . + 3 4 ) = 2 9 × ( 2 3 4 × 3 5 − 6 ) = 1 7 0 8 1 .
Smallest 3 digit number divisible by 3 = 116
Largest 3 digit number divisible by 3 = 986, if n is the total number of 3 digit numbers which are divisible by 29
986 = 116 + (n-1)* 19 , solving this equation yields a value of n = 31
S = sum of n terms of an Arithmetic progression with initial term = a and common difference = d can be formulated as shown below
S = a + ( a + d) + ( a+2d)+....(a+(n-1)d) = n * a + d * (1+2+3+4....n-1) = n * a + (d * n * (n-1))/2 = n * (a+ d * (n-1)/2) = 31(116 + 15 * 29) = 17081
Problem Loading...
Note Loading...
Set Loading...
Query: is -123 a three digit number?
If yes, then the answer is zero.
The sum of the positive three digit numbers that are multiples of 29 is 17081, as explained in the other solutions.
The sum of the negative three digit numbers that are multiples of 29 is =-17081.
Thus the sum of all such three digit numbers, positive and negative, is 0.