How Many Unique Outcomes with 5 Dice Ignoring Order?

In summary, the number of permutations possible for 5 regular die, where ordering doesn't matter and repetition is allowed, is equal to the number of ways to arrange 5 bars in 10 spots or C(10,5). This can also be represented as the number of combinations of 5 objects chosen from a set of 10 objects, or _{10}C_5.
  • #1
gravenewworld
1,132
26
Say you have 5 regular die, how many permutations are possible if permutations such as 1,1,1,1,2 and 1,2,1,1,1 are not unique but considered the same (ordering doesn't matter)? I haven't done any combinatorics work in almost 6 years, so I am completely rusty on counting problems. No this, isn't homework, I graduated 2 years ago, I am just trying to help out a college friend of mine who is a computer programmer.
 
Mathematics news on Phys.org
  • #2
A permutation where ordering doesn't matter is just a 'combination'

To choose k objects from n, without respect to order, there are

[tex]_{n}C_k = \frac{n!}{k!(n-k)!}[/tex]

ways to do it. (Where 'n C k' is just a symbol for the number of combinations)

See wikipedia for more: http://en.wikipedia.org/wiki/Combination
 
Last edited:
  • #3
Mute said:
A permutation where ordering doesn't matter is just a 'combination'

To choose k objects from n, without respect to order, there are

[tex]_{n}C_k = \frac{n!}{k!(n-k)!}[/tex]

ways to do it. (Where 'n C k' is just a symbol for the number of combinations)

See wikipedia for more: http://en.wikipedia.org/wiki/Combination

But for a combination, according to wiki, 'the elements of the combination can not be repeated'. This is what makes this problem harder, because you are allowed to have repitition for example 1,1,1,1,1 is one combination as well as 1,1,1,1,2=1,1,1,2,1=1,1,2,1,1=1,2,1,1,1=2,1,1,1,1 etc.



So I have the set {1,2,3,4,5,6} and must choose 5 times from it. Repetition is allowed and ordering doesn't matter.
 
  • #4
Two sequences are equal if they have the same amount of each number. Consider the rolls
1,2,3,4,5
1,2,3,3,4
6,5,4,3,2
If we let a star represent each die roll and separate each 1,2,3,4,5,6 by a bar.
*|*|*|*|*| represents the first roll
*|*|**|*|| represents the second, and
|*|*|*|*|* represents the third.

There are then 10 total spots to arrange the 5 bars and 5 stars.
_ _ _ _ _ _ _ _ _ _
If we leave the spots where the we place the bars as blank spots, the problem reduces to the number of ways to arrange 5 bars in 10 spots or C(10,5)
 
Last edited:
  • #5
Vid said:
Two sequences are equal if they have the same amount of each number. Consider the rolls
1,2,3,4,5
1,2,3,3,4
6,5,4,3,2
If we let a star represent each die roll and separate each 1,2,3,4,5,6 by a bar.
*|*|*|*|*| represents the first roll
*|*|**|*|| represents the second, and
|*|*|*|*|* represents the third.

There are then 10 total spots to arrange the 5 bars and 5 stars.
_ _ _ _ _ _ _ _ _ _
If we leave the spots where the we place the bars as blank spots, the problem reduces to the number of ways to arrange 5 bars in 10 spots or C(10,5)

Hey that's a pretty neat way of thinking about it! Thanks.
 

FAQ: How Many Unique Outcomes with 5 Dice Ignoring Order?

What is combinatorics?

Combinatorics is a branch of mathematics that deals with counting and arranging objects, as well as studying patterns and structures within these arrangements.

How can combinatorics be applied in real life?

Combinatorics can be applied in various fields such as computer science, genetics, and economics. It can be used to optimize processes, analyze data, and solve problems involving arrangements and combinations.

What are some common examples of combinatorics problems?

Some common examples of combinatorics problems include counting the number of ways to arrange a set of objects, determining the number of possible outcomes in a game or experiment, and calculating the probability of a specific event occurring.

What are the basic principles of combinatorics?

The basic principles of combinatorics include the fundamental counting principle, permutation, and combination. The fundamental counting principle states that if there are m ways to do one task and n ways to do another task, then there are m x n ways to do both tasks. Permutation is the arrangement of objects in a specific order, while combination is the selection of objects without regard to order.

How can I improve my skills in combinatorics?

To improve your skills in combinatorics, practice solving different types of problems and familiarize yourself with the basic principles and formulas. You can also read books, attend workshops or online courses, and collaborate with other mathematicians or scientists working in the field of combinatorics.

Back
Top