Number of rolls with m many n-sided dice

  • Thread starter Thread starter mathboy
  • Start date Start date
  • Tags Tags
    Dice
Click For Summary

Homework Help Overview

The discussion revolves around determining the number of different rolls possible with m n-sided dice when the order of the rolls is not important. Participants explore various methods and formulas to arrive at a general solution, contrasting it with the scenario where order is important.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the initial calculation of rolls when order matters, leading to the formula n^m. They then question how to adjust this for cases where order does not matter, with some suggesting combinations and others proposing a matrix approach. There is also a focus on counting specific cases, such as doubles and triples, and the challenges that arise with larger numbers of dice.

Discussion Status

Some participants have proposed a formula involving combinations, specifically C(m+n-1, m), which appears to align with their calculations for various cases. However, there are concerns raised regarding the applicability of this formula for larger values of m and n, particularly in relation to the constraints of the dice showing a maximum of n pips.

Contextual Notes

Participants are navigating the complexities of counting combinations with repetitions and the implications of the maximum values on the dice. There is an ongoing exploration of the assumptions underlying the proposed formulas and their limitations.

mathboy
Messages
182
Reaction score
0
[SOLVED] Number of rolls with m many n-sided dice

How many different rolls are there with m many n-sided dice, if order is not important?

If order was important, the answer would simply be n^m. But if order is not important?

If two 6-sided dice are rolled, there are C(6,2)+C(6,1) = 21 different rolls.
If three 6-sided dice are rolled, there are C(6,3)+C(6,1)C(5,1)+C(6,1) = 56 different rolls.

Is there a general method for rolling m many n-sided dice? Or do you have to continue adding up all the cases? Perhaps a general method involving a matrix with m indices (e.g. a tensor) and simply excluding all permutations of the indices?
 
Last edited:
Physics news on Phys.org
Wouldn't it be n^m/m!? For example, say you have a black die and a red die, both 6-sided. The number of possible rolls is 6^2. If you ignore the color of the dice, then you have to divide by 2.
 
No. The number of rolls with 2 six-sided dice (if order is unimportant) is 21, not 18. Rolls with doubles are not being counted twice if order is considered important.
 
Oh that's right. Sorry about that. I don't know of a general method. I'm thinking that you would first have to count the number of rolls where all dice show the same side, then for m-1 dice showing the same side, then for m-2 dice, etc.
 
That's exactly what I did in my opening post. But it gets awkward after a while (e.g. for 7 dice, you can have 2 doubles and 1 triple). I'm looking for a better method that gives a single formula for arbitrarily values of m and n,

e.g. m^n minus something.
 
Last edited:
mathboy said:
How many different rolls are there with m many n-sided dice, if order is not important?

If order was important, the answer would simply be n^m. But if order is not important?

If two 6-sided dice are rolled, there are C(6,2)+C(6,1) = 21 different rolls.
If three 6-sided dice are rolled, there are C(6,3)+C(6,1)C(5,1)+C(6,1) = 56 different rolls.

Is there a general method for rolling m many n-sided dice? Or do you have to continue adding up all the cases? Perhaps a general method involving a matrix with m indices (e.g. a tensor) and simply excluding all permutations of the indices?

Yes.

\frac{(n + m - 1)!}{m!(n - 1)!}


CS
 
Wow! That gives the right answer for all the cases I worked out.

So the answer is C(m+n-1,m), i.e. the number of ways to choose m numbers from m+n-1 numbers. Half of this makes some sense to me because we are rolling m dice. But what's the reason for the m+n-1?
 
mathboy said:
Wow! That gives the right answer for all the cases I worked out.

So the answer is C(m+n-1,m), i.e. the number of ways to choose m numbers from m+n-1 numbers. Half of this makes some sense to me because we are rolling m dice. But what's the reason for the m+n-1?

It's just a combination that allows repetitions.

http://oregonstate.edu/~peterseb/mth232/232euler_comb.html

or

http://www.csee.umbc.edu/~stephens/203/PDF/6-5.pdf

Hope that helps.

CS
 
Last edited by a moderator:
Thank you so much. Sometimes extra knowledge is the key to solving a problem.
 
Last edited:
  • #10


That doesn't work for larger values because your dice cannot show more pips than n. Your formula doesn't account for that...
 

Similar threads

Replies
2
Views
1K
  • · Replies 53 ·
2
Replies
53
Views
10K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 14 ·
Replies
14
Views
5K
Replies
17
Views
10K
  • · Replies 64 ·
3
Replies
64
Views
7K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
3
Views
3K