Solveeit Logo

Question

Question: Find the total number of \(9\) digit numbers which have all different digits....

Find the total number of 99 digit numbers which have all different digits.

Explanation

Solution

Hint: This is solved by using a number of permutations of nn distinct objects formula.

We have to make a 99 digit number which have all different digits,
Now total number of digits=10 = 10
i.e. 0,1,2,3,4,5,6,7,8,9i.e.{\text{ }}0,1,2,3,4,5,6,7,8,9
And we require 99 different numbers, thus 00 can’t be placed first
\Rightarrow first place can be filled in 99 ways
Now the 2nd{2^{nd}} digit can be anything in the range [0,9]\left[ {0,9} \right] except for the one used for 1st{1^{st}} digit since we
do not want repetition of the digits.
\therefore There are 99 ways of filling the 2nd{2^{nd}} digit of the number.
Similarly, 3rd{3^{rd}} digit can be filled in 8 ways and so on….
Now total number of 9 digit numbers which have all different digits
=9×9×8×7×6×5×4×3×2= 9 \times 9 \times 8 \times 7 \times 6 \times 5 \times 4 \times 3 \times 2
=9×9!= 9 \times 9!

Note: In this question we simply use the number of permutations of nn different objects formula and also keeping the thing in mind that 00 can’t be placed first, then we solve this question and we get our answer.