Numbers with Two digits or more in which the digits reading from.left to right occur in strictly increasing order are called as sorted numbers. Ex. 125,14,239 are sorted numbers while 255,74,198 are not. Suppose that a complete lust of sorted numbers is prepared and written in increasing order,find the 100th number on this.list
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.
There are ( 2 9 ) = 3 6 sorted numbers of two digits. Now we check how many "a hundred" numbers there are: 1 X X . We choose 2 out of 8 for such calculation, so we got ( 2 8 ) = 2 8 . We do the same for "two hundred", we choose 2 out of 7 : ( 2 7 ) = 2 1 . By now, we have 3 6 + 2 8 + 2 1 = 8 5 numbers. If we count how many "three hundred" sorted numbers exist, we will find: ( 2 6 ) = 1 5 and we got a total of 8 5 + 1 5 = 1 0 0 numbers so far. So, the 1 0 0 t h sorted number is the biggest "three hundred" one, which is: 3 8 9 .