Roman C. answered 02/28/17
Tutor
5.0
(852)
Masters of Education Graduate with Mathematics Expertise
With n dice, we can count the ways to get k 6's as follows.
Choose which rolls are 6's: C(n,k) choices.
Choose value rolled by each of the other dice: 5 for each of n-k dice for a total of 5n-k.
Thus there are 5n-kC(n,k) ways to roll exactly k 6's
Now, the ranges can be calculated by summing ways to get j 6's for j=0,...,k.
Thus the range of X's in {1,2,3,...,6n} for k 6's is:
1+∑j=1...k-1 5n-jC(n,j) ≤ X ≤ ∑j=1...k 5n-jC(n,j).
Here, C(n,k) is the binomial coefficient, given by n!/[k!(n-k)!].