Find the sum of all digits of the decimal representation of 1 + 2 + 3 + ⋯ + 1 0 1 0 0
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.
S = 1 + 2 + 3 + ⋯ + 1 0 1 0 0 = 2 1 0 1 0 0 ( 1 0 1 0 0 + 1 ) = 5 × 1 0 9 9 ( 1 0 1 0 0 + 1 ) = 5 number of 0s = 9 9 0 0 0 0 ⋯ 0 0 0 0 ( 1 number of 0s = 9 9 0 0 0 0 ⋯ 0 0 0 0 1 ) = 5 number of 0s = 9 9 0 0 0 0 ⋯ 0 0 0 0 5 number of 0s = 9 9 0 0 0 0 ⋯ 0 0 0 0 Note that 1 + 2 + 3 + ⋯ + n = 2 n ( n + 1 )
Therefore the sum of digits of S is 5 + 5 = 1 0 .
Thank You very Much .
Problem Loading...
Note Loading...
Set Loading...
Sum of ( 1 + 2 +3 + 4 + 5 + . . . . . . . . . . + 10^100 ) = ( 10^100 / 2 ) + ( 10^200 / 2 ) = 5 . 10^99 + 5 . 10^199 = b : So : Sum of All the digits of ( b ) equal ( 5 + 5 = 10 ) .