Permutations #1

Determine the number of natural numbers smaller than 1 0 4 10^4 , in the decimal notation of which all digits are distinct.


The answer is 5274.

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.

1 solution

Chirayu Bhardwaj
Aug 11, 2016

Total number of 4 digit natural numbers with distinct digits = P ( 10 , 4 ) P ( 9 , 3 ) P(10,4) - P(9,3)

Total number of 3 digit natural numbers with distinct digits = P ( 10 , 3 ) P ( 9 , 2 ) P(10,3) - P(9,2)

Total number of 2 digit natural numbers with distinct digits = P ( 10 , 2 ) P ( 9 , 1 ) P(10,2) - P(9,1)

Total number of 1 digit natural numbers with distinct digits = 9 9
Hence total number of numbers = 5274 \boxed{\boxed{\boxed{5274}}}

I thought I had done something wrong when I first got the answer. It was surprising to me that the number is greater than half of the total.

Tristan Goodman - 11 months, 3 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...