• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Combinations for Dice

Status
Not open for further replies.

Soulkeeper

Diamond Member
(N+5) (N+4) (N+3) (N+2) (N+1) / 120

(6+5) (6+4) (6+3) (6+2) (6+1) / 120
11 * 10 * 9 * 8 * 7 / 120 = 462
10 * 9 * 8 * 7 * 6 / 120 = 252
9 * 8 * 7 * 6 * 5 / 120 = 126
8 * 7 * 6 * 5 * 4 / 120 = 56
7 * 6 * 5 * 4 * 3 / 120 = 21
6 * 5 * 4 * 3 * 2 / 120 = 6
923

5! = 5 * 4 * 3 * 2 * 1 = 120
6! = 6 * 5 * 4 * 3 * 2 * 1 = 720

Am I correct in using 5! for the calculation of combinations for a variable number of 6-sided dice (N=dice) ?
 
For dice with different numbers of sides, it'is just d1*d2*d3*...*dN. The specific case where all dice have the same number of sides is then d^N, where d is the number of sides on each die. I think...
 
For dice with different numbers of sides, it'is just d1*d2*d3*...*dN. The specific case where all dice have the same number of sides is then d^N, where d is the number of sides on each die. I think...


d^N would be permutations
I need combinations where order is not important
 
That gives you all the possible combinations, but you need to divide the result by 2 to get distinct permutations.
 
for 6 dice:
(N+5) (N+4) (N+3) (N+2) (N+1) / 120
(6+5) (6+4) (6+3) (6+2) (6+1) / 120
11 * 10 * 9 * 8 * 7 / 120 = 462 [combinations]

I just need someone to verify or refute this.
 
Status
Not open for further replies.
Back
Top