Let denote the concatenation of the first 60 positive integers:
Remove any 100 digits from without rearranging the remaining digits, and call the resulting number . What is the largest possible value of ?
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.
It can be shown that N has 111 digits in total; thus, M has 11 digits. Since 9 only appears 6 times between 1 and 60, we first make 9 the 5 leftmost digits of m , and seek to maximise the 6 rightmost digits. We only need to look at which digits among 505152...5960 we have to delete. Considering that we must end up with 6 digits, it is easy to see that they are 785960, and so M = 9 9 9 9 9 7 8 5 9 6 0 .