- #1
wittysoup
- 7
- 0
When rolling 6 6-sided dice, how many different ways can you have exactly 4 different numbers?
I tried solving this like so,
the first dice has a possible 6 numbers, the second has a possible 5, the third has a possible 4, and the fourth, 3. Then there are 2 remaining dice of which each has to be one of the previous 4 numbers so there are:
6*5*4*3*4*4 = 5760 ways
something tells me I am not thinking correctly or might be missing something because when I did this by iteration and got 9216. (though I might have missed something here too)
I tried solving this like so,
the first dice has a possible 6 numbers, the second has a possible 5, the third has a possible 4, and the fourth, 3. Then there are 2 remaining dice of which each has to be one of the previous 4 numbers so there are:
6*5*4*3*4*4 = 5760 ways
something tells me I am not thinking correctly or might be missing something because when I did this by iteration and got 9216. (though I might have missed something here too)