Question
Question: How many ten digit numbers can be formed using \[0,1,2,3,..,9\] (repetition not allowed)?...
How many ten digit numbers can be formed using 0,1,2,3,..,9 (repetition not allowed)?
Solution
The method to find the number of ten-digit numbers that can be formed by 0,1,2,3,..,10 without repetition meaning the numbers are made up of ten-digit places and each number can be used only once, the order is not mentioned. Hence, if the first digit is chosen then that means there are nine options for the second digit, similarly, if the second digit is chosen then there are eight options for the third digit and so on. Hence, to find all the ten ten-digits number that we can find from the numbers given in the question, we use the formula as:
X×n−1C1×n−2C1×...×n−(n−1)C1
where n is the total number of digits asked and X=10 is the value digit number we have to find as to how many of them can be formed.
Complete Step-by-step Solution
Now placing the value of X=10 and n=10 we get the formula as:
X×n−1C1×n−2C1×...×n−(n−1)C1
=10×10−1C1×10−2C1×...×10−(10−1)C1
=10×9C1×8C1×7C1×6C1×5C1×4C1×3C1×2C1×1C1
=10×9×8×7×6×5×4×3×2×1
=3628800
Hence, the total number of ten digits number that can be formed by ten digits without repetition is 3628800.
Note:
Another method to find ten digits number that can be formed by ten digits without repetition is by permutation. In permutation, there is a formula to count the total number of n digits numbers written r times without any repetition is P(n,r)=(n−r)!n! and digit number we have to find is n=10 and the digits given to form ten digit numbers is 0,1,2,3,..,9 which is equal to 10 giving the final values in the formula as:
P(10,10)=(10−10)!10!
P(10,10)=3628800.