Question
Question: Find the total number of \(9\) digit numbers which have all different digits....
Find the total number of 9 digit numbers which have all different digits.
Solution
Hint: This is solved by using a number of permutations of n distinct objects formula.
We have to make a 9 digit number which have all different digits,
Now total number of digits=10
i.e. 0,1,2,3,4,5,6,7,8,9
And we require 9 different numbers, thus 0 can’t be placed first
⇒ first place can be filled in 9 ways
Now the 2nd digit can be anything in the range [0,9] except for the one used for 1st digit since we
do not want repetition of the digits.
∴ There are 9 ways of filling the 2nd digit of the number.
Similarly, 3rd 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×9!
Note: In this question we simply use the number of permutations of n different objects formula and also keeping the thing in mind that 0 can’t be placed first, then we solve this question and we get our answer.