Similar problem from my textbook to the last question I asked on MSE: Probability of rolling $14$ with $3$ dice vs. $5$ dice
The chance of throwing $15$ is less with three dice than with five as $36$ to $55$.
As expected, I didn't get the given ratio again. So am I wrong, or is the book wrong? Here's what I did:
Let's first do three dice:
- $663$: $3$ possibilities
- $654$: $6$ possibilities
- $555$: $1$ possibility
Adding them up, we have$${{3 + 6 + 1}\over{6^3}} = {5\over{108}} = {{120}\over{2592}}$$Let's next do five dice:
- $66111$: $10$ possibilities
- $65211$: $60$ possibilities
- $64311$: $60$ possibilities
- $64221$: $60$ possibilities
- $63321$: $60$ possibilities
- $63222$: $20$ possibilities
- $55311$: $30$ possibilities
- $55221$: $30$ possibilities
- $54411$: $30$ possibilities
- $54321$: $120$ possibilities
- $54222$: $20$ possibilities
- $53331$: $20$ possibilities
- $53322$: $30$ possibilities
- $44421$: $20$ possibilities
- $44331$: $30$ possibilities
- $44322$: $30$ possibilities
- $43332$: $20$ possibilities
- $33333$: $1$ possibility
Adding them up, we have$${{217}\over{2592}},$$which is different from the problem statement. So where did I go wrong? Or is there a mistake in the problem statement?
Why don't you just use stars and bars with inclusion-exclusion, which you can do by hand for such small problems.
Basically, part 2, which is very error prone by your procedure, is $x_1+x_2+x_3+x_4+x_5 = 15, 1\leq x_i\leq 6$
And by Theorem 1 of "stars and bars", applying inclusion-exclusion,
you get $\binom{15-1}{5-1} - \binom51\binom{9-1}{5-1} = 651$
You have already counted case $1$ by hand, by stars and bars it would be $\binom{14}2 -\binom31\binom82 +\binom32\binom22 = 10$
You can now proceed further