Using $5$ $6$-faced dice, what's the probability of hitting a cumulative sum $S$, on a particular roll (each roll incorporates all $5$ dice), if $15 \leq S\leq 20$?
I reckon this particular situation could be considered equivalent to a similar set of circumstances in which we'd roll the same die $5$ consecutive times and take the total sum.
I thought the way to a possible solution would be to consider the following generating function :
$$f(x)=\frac{1}{6^{5}}(x+x^2+x^3+x^4+x^5+x^6)^5$$
Next up, I believe I should compute the sum of polynomial coefficients going from degree $15$ up to $20$, but I'm not sure this is the way, so please share your thoughts.
But if I'm right, how can I calculate this tedious sum?