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)
44
There are 9C2 = 9*8/(2*1) = 36 2-digit combinations.
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.
starting at 1111 and going to 9999, there are 9*9*9*9 combinations (1...9 for each digit) = 6561
there are 10 possibilities for the first spot, 9 for the second, 8 for the third 10x9x8=720 combinations
44
There are 9C2 = 9*8/(2*1) = 36 2-digit combinations.
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+1+2+5=9.
starting at 1111 and going to 9999, there are 9*9*9*9 combinations (1...9 for each digit) = 6561
there are 10 possibilities for the first spot, 9 for the second, 8 for the third 10x9x8=720 combinations
9
10,000 combinations.
There would be 9*9*9*9 or 6561 combinations.
The number of possible 3 digit combinations you can make out of 1-9 with outrepeated digits is:9C3 = 9!/(3!(9-3)!) = 84
There are 9C3 = 84 combinations.
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.