Solving Permutations Question with Restrictions

  • Context: MHB 
  • Thread starter Thread starter Lancelot1
  • Start date Start date
  • Tags Tags
    Permutations
Click For Summary
SUMMARY

The discussion focuses on calculating the number of permutations of 3-digit codes formed from the digits 1 through 9, under the restriction that each digit must be equal to or larger than the previous one. The correct approach involves recognizing that the problem translates to counting multisets, leading to the conclusion that the number of valid ordered tuples \((a,b,c)\) is given by the binomial coefficient \(\binom{11}{3}\). This is derived from the bijection between multisets of size 3 and non-decreasing triples.

PREREQUISITES
  • Understanding of permutations and combinations
  • Familiarity with binomial coefficients
  • Knowledge of multisets and their properties
  • Basic grasp of combinatorial mathematics
NEXT STEPS
  • Study the properties of binomial coefficients, specifically \(\binom{n}{k}\)
  • Learn about multisets and their applications in combinatorics
  • Explore the concept of bijections in mathematical proofs
  • Practice solving similar combinatorial problems involving restrictions
USEFUL FOR

Mathematicians, students studying combinatorics, educators teaching permutation and combination concepts, and anyone interested in advanced counting techniques.

Lancelot1
Messages
26
Reaction score
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.
 
Physics news on Phys.org
The number of ordered tuples $(a,b,c)$ where $1\le a\le b\le c\le 9$ is equal to the number of multisets $\{a,b,c\}$ because every multiset can be ordered in ascending order in a unique way.
 
Evgeny.Makarov said:
The number of ordered tuples $(a,b,c)$ where $1\le a\le b\le c\le 9$ is equal to the number of multisets $\{a,b,c\}$ because every multiset can be ordered in ascending order in a unique way.

Do you mean that the answer is :

\[\binom{11}{3}\] ?

I don't understand the rational behind it.
 
Lancelot said:
Do you mean that the answer is :

\[\binom{11}{3}\] ?
Yes. Because there is a bijection $f$ between the set of multisets of size 3 and the set of non-decreasing triples. Namely, $f(s)$ is $s$ sorted in increasing order.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
7K
  • · Replies 3 ·
Replies
3
Views
892