How many zeroes are there in the number which is made with integers from 1 to 1000 written on paper?
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.
I've never hated someone as I hate you and your exercises. No that way, but... Damm, I almost wrong this one. I wouldn't forgive me.
This is my solution, I hope my English is understandable:
Separate the big number in three parts: Unit, Ten, Hundred.
Unit: every 1 0 numbers, we have 1 'zero'. So 1 0 0 0 numbers, we have 1 0 0 'zeros'.
Ten: every 1 0 0 numbers, we have 1 0 'zeros'. Since we start to count it from 1 0 0 to 1 0 0 0 , from 1 0 to 9 9 9 we have 9 0 'zeros', when 1 0 0 0 we have 9 1 'zeros'
Hundred: only one zero.
Sum the results : 1 0 0 + 9 1 + 1 = 1 9 2
Problem Loading...
Note Loading...
Set Loading...