- #1
Lancelot1
- 28
- 0
Hello all
Please look at this questions:
What is the number of permutations for creating a code of 3 digits from the digits 1,2,3,...,9 , such that every digit is equal or larger from the previous one ?
I know that if I wanted the number of permutations without restrictions it would be:
\[9^{3}\]
If all digits can be the same. Otherwise it would be
\[9\cdot 8\cdot 7\]
How do I approach the restriction, I mean, there are many possibilities, it depends on the numbers that I get.
Thank you.
Please look at this questions:
What is the number of permutations for creating a code of 3 digits from the digits 1,2,3,...,9 , such that every digit is equal or larger from the previous one ?
I know that if I wanted the number of permutations without restrictions it would be:
\[9^{3}\]
If all digits can be the same. Otherwise it would be
\[9\cdot 8\cdot 7\]
How do I approach the restriction, I mean, there are many possibilities, it depends on the numbers that I get.
Thank you.