Post Reply 
Calculating odds of rolling a given total with a specified number of dice
06-16-2015, 12:31 AM
Post: #7
RE: Calculating odds of rolling a given total with a specified number of dice
Another approach could be to use:

\(x^5+x^4+x^3+x^2+x+1=\frac{x^6-1}{x-1}\) if \(x\ne 0\).

Now we can use the binomial formulae to calculate the coefficients of \(x^k\) for both expressions \((x^6-1)^9\) and \((x-1)^9\) and just have to implement polynomial division.

Cheers
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Calculating odds of rolling a given total with a specified number of dice - Thomas Klemm - 06-16-2015 12:31 AM



User(s) browsing this thread: 1 Guest(s)