So the question is: given that you roll $10$ dice, what is the probability of the sum of the total dice rolls adding up to $57$?
I know that there are three ways to do this:
- Seven die rolls must be $6$ with three $5$s
- Eight die rolls must be $6$, one die roll must be $5$ and one must be $4$
- Nine die rolls must be $6$, and one roll must be $3$
The solution states that the probability of the events are:
- $ \binom{10}{3} \cdot \frac{1}{6^{10}}$
- $ \binom{10}{1} \cdot \binom{9}{1} \cdot \frac{1}{6^{10}} $
- $ 10 \cdot 9 \cdot \frac{1}{6^{10}} $
I really don't understand why the probabilities work this way. I would really, really appreciate it if someone could perhaps explain this in a more intuitive way for me.
Edit: I am really sorry for the mistake. Edited so that the question reads sum up to 57.
Edit 2: Also, I think my solution sheet is missing the fact that you should sum all of these probabilities and set them over $6^{10}$. I apologize for the mess and I appreciate all the comments that pointed this out.
I apologize that my question is rather messy. I think what the solution sheet is missing is setting the sum of all the listed probabilities over $6^{10}$. I edited my post to reflect this.
– Nikitau Feb 07 '16 at 20:55