A Computer is Programmed to scan digits of the counting numbers. For Example, if it scans: 123456789101112, then, it has scanned 15 digits. The Computer Begins it's task and scans the first 1788 digits. Find the last counting number scanned.
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 digits,
1-9 = 9 digits,
10 - 99 = 2(90) = 180 digits
1-99 = 189 digits
Then,
1788 - 189 = 1599
then,
100-999 = 3(900) = 2700 digits
Then, the formula is...
3(n-99) = 1599, where in, n is the last counting number:
3n - 297 = 1599
3n = 1896
n = 632
Final Answer: 632...