Determine the number of natural numbers smaller than , in the decimal notation of which all digits are distinct.
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.
Total number of 4 digit natural numbers with distinct digits = P ( 1 0 , 4 ) − P ( 9 , 3 )
Total number of 3 digit natural numbers with distinct digits = P ( 1 0 , 3 ) − P ( 9 , 2 )
Total number of 2 digit natural numbers with distinct digits = P ( 1 0 , 2 ) − P ( 9 , 1 )
Total number of 1 digit natural numbers with distinct digits = 9
Hence total number of numbers = 5 2 7 4