I have this counting problem I would like someone to help me resolve. The question is:
When playing Yahtzee, you roll five regular 6-sided dice. How many different outcomes are possible from a single roll? The order of the dice does not matter.
The way I calculated it, I reckoned that the first dice would give either of 6 outcomes, so for the second to the fifth die. So, I said the outcomes would be 6^5. But the textbook gave the answer as a combination of C(10,5).
Can someone explain to me how he went about getting C(10,5)? it baffles me.
To see how to apply stars and bars, let $x_i$ be the number of $i's $ you get when you roll the $5$ dice. So we want the number of 6-tuples that satisfy $x_1+x_2+x_3+x_4+x_5+x_6 = 5$ and each $x_i$ can range from $0$ to $5$. This is standard stars and bars.