answersLogoWhite

0


Best Answer

Does order matter? A common mistake is saying "combinations" when you actually mean "permutations". In the topic of Probability, permutations are ordered, while combinations are unordered.

This means that for permutations, "123456789" and "987654321" are each considered unique results. When dealing with combinations, they are considered the same result.

If you actually meant how many permutations are there, then the answer is as follows:

b9, where b is the base in which the number is expressed. In decimal, that would be 109, or 1000000000d. In binary, that would be 29, or 512d.

However, if you truly meant to ask how many combinationsexist for a 9 digit number, (assuming base 10 using digits 0 thru 9) the answer is: 10.

The formula for combinations is spoken as "n choose r", or nCr, where n is the number of available things to choose from, and r is how many things you are choosing from what is available. The combination formula is:

n! / (r! * (n - r)!)

So for your question, the equation would be as follows:

10! / (9! * (10-9)!) = 3628800 / (362880 * (1!)) = 3628800/362880 = 10

There are 10 combinations available for a 9 digit number when utilizing the digits 0 thru 9. Listing them out is as simple as excluding one of the digits from each combination:

123456789 (excludes 0)

012345678 (excludes 9)

012345679 (excludes 8)

012345689 (excludes 7)

012345789 (excludes 6)

012346789 (excludes 5)

012356789 (excludes 4)

012456789 (excludes 3)

013456789 (excludes 2)

023456789 (excludes 1)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many combinations are there in a 9 digit number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many two digit combinations for number 1 through 9?

44


How many 2 number combinations are there in the numbers 1 to 9?

There are 9C2 = 9*8/(2*1) = 36 2-digit combinations.


How many 4 digit combinations can be made from the numbers 0 to 9?

If every number can be used as many times as you like, there are 104 = 10000 different combinations. If each number can only be used once, there are 9!/(9 - 4)! = 5040 combinations.


How many four digit combinations can be made from the number nine example 1 2 3 39?

How many four digit combinations can be made from the number nine? Example, 1+1+2+5=9.


How many 4 digit number combinaton between 1to9?

starting at 1111 and going to 9999, there are 9*9*9*9 combinations (1...9 for each digit) = 6561


How many three digit number combinations are there if you can not repeat a number?

there are 10 possibilities for the first spot, 9 for the second, 8 for the third 10x9x8=720 combinations


How many different three digit number combinations can be made with 0-9 with no repeat numbers when order of the number does not matter?

9


How many 4 digit combinations using 0-9 if each number may be used more than once?

10,000 combinations.


If a password was 4 numbers how many combinations would there be?

There would be 9*9*9*9 or 6561 combinations.


What are the possable 3 digit combinations you can make out of 1-9?

The number of possible 3 digit combinations you can make out of 1-9 with outrepeated digits is:9C3 = 9!/(3!(9-3)!) = 84


How many 3 digit combinations can be made from 0 to 9?

There are 9C3 = 84 combinations.


How many six digit combinations are available from a 9 digit number?

That depends on how many of the digits are repeated. If no digits are repeated, you have 9 choices for the first digit, 8 choices for the second, etc.; for a total of 9 x 8 x 7 x 6 x 5 x 4.