info prev up next book cdrom email home

Dice

A die (plural ``dice'') is a Solid with markings on each of its faces. The faces are usually all the same shape, making Platonic Solids and Archimedean Solid Duals the obvious choices. The die can be ``rolled'' by throwing it in the air and allowing it to come to rest on one of its faces. Dice are used in many games of chance as a way of picking Random Numbers on which to bet, and are used in board or role-playing games to determine the number of spaces to move, results of a conflict, etc. A Coin can be viewed as a degenerate 2-sided case of a die.


The most common type of die is a six-sided Cube with the numbers 1-6 placed on the faces. The value of the roll is indicated by the number of ``spots'' showing on the top. For the six-sided die, opposite faces are arranged to always sum to seven. This gives two possible Mirror Image arrangements in which the numbers 1, 2, and 3 may be arranged in a clockwise or counterclockwise order about a corner. Commercial dice may, in fact, have either orientation. The illustrations below show 6-sided dice with counterclockwise and clockwise arrangements, respectively.

\begin{figure}\begin{center}\BoxedEPSF{Die.epsf scaled 1000}\end{center}\end{figure}


The Cube has the nice property that there is an upward-pointing face opposite the bottom face from which the value of the ``roll'' can easily be read. This would not be true, for instance, for a Tetrahedral die, which would have to be picked up and turned over to reveal the number underneath (although it could be determined by noting which number 1-4 was not visible on one of the upper three faces). The arrangement of spots \BoxedEPSF{Quincunx.epsf} corresponding to a roll of 5 on a six-sided die is called the Quincunx. There are also special names for certain rolls of two six-sided dice: two 1s are called Snake Eyes and two 6s are called Boxcars.


Shapes of dice other than the usual 6-sided Cube are commercially available from companies such as Dice & Games, Ltd. ${}^{\scriptstyle\circledRsymbol}$


Diaconis and Keller (1989) show that there exist ``fair'' dice other than the usual Platonic Solids and duals of the Archimedean Solids, where a fair die is one for which its symmetry group acts transitively on its faces. However, they did not explicitly provide any examples.


The probability of obtaining $p$ points (a roll of $p$) on $n$ $s$-sided dice can be computed as follows. The number of ways in which $p$ can be obtained is the Coefficient of $x^p$ in

\begin{displaymath}
f(x)=(x+x^2+\ldots+x^s)^n,
\end{displaymath} (1)

since each possible arrangement contributes one term. $f(x)$ can be written as a Multinomial Series
\begin{displaymath}
f(x)=x^n\left({\,\sum_{i=0}^{s-1} x^i}\right)^n =x^n\left({1-x^s\over 1-x}\right)^n,
\end{displaymath} (2)

so the desired number $c$ is the Coefficient of $x^p$ in
\begin{displaymath}
x^n(1-x^s)^n(1-x)^{-n}.
\end{displaymath} (3)

Expanding,
\begin{displaymath}
x^n \sum_{k=0}^n (-1)^k{n\choose k}x^{sk} \sum_{l=0}^\infty {n+l-1\choose l}x^l,
\end{displaymath} (4)

so in order to get the Coefficient of $x^p$, include all terms with
\begin{displaymath}
p=n+sk+l.
\end{displaymath} (5)

$c$ is therefore
\begin{displaymath}
c=\sum_{k=0}^n (-1)^k{n\choose k}{p-sk-1\choose p-sk-n}.
\end{displaymath} (6)

But $p-sk-n>0$ only when $k<(p-n)/s$, so the other terms do not contribute. Furthermore,
\begin{displaymath}
{p-sk-1\choose p-sk-n}={p-sk-1\choose n-1},
\end{displaymath} (7)

so
\begin{displaymath}
c=\sum_{k=0}^{\left\lfloor{(p-n)/s}\right\rfloor } (-1)^k{n\choose k}{p-sk-1\choose n-1},
\end{displaymath} (8)

where $\left\lfloor{x}\right\rfloor $ is the Floor Function, and
\begin{displaymath}
P(p,n,s) = {1\over s^n} \sum_{k=0}^{\left\lfloor{(p-n)/s}\right\rfloor} (-1)^k{n\choose k}{p-sk-1\choose n-1}.
\end{displaymath} (9)

Consider now $s=6$. For $n=2$ six-sided dice,
\begin{displaymath}
k_{\rm max}\equiv \left\lfloor{p-2\over 6}\right\rfloor=\cases{
0 & for $2\leq p\leq 7$\cr
1 & for $12\leq p\leq 8$,\cr}
\end{displaymath} (10)

and
$\displaystyle P(p,2,6)$ $\textstyle =$ $\displaystyle {1\over 6^2} \sum_{k=0}^{k_{\rm max}} (-1)^k{2\choose k}{p-6k-1\choose 1}$  
  $\textstyle =$ $\displaystyle {1\over 6^2} \sum_{k=0}^{k_{\rm max}} (-1)^k {2!\over k!(2-k)!} (p-6k-1)$  
  $\textstyle =$ $\displaystyle {1\over 36} \sum_{k=0}^{k_{\rm max}} (1-2k)(k+1)(p-6k-1)$  
  $\textstyle =$ $\displaystyle {1\over 36}\left\{\begin{array}{ll} p-1 & \mbox{for $2\leq p\leq 7$}\\  13-p & \mbox{for $8\leq p\leq 12$}\end{array}\right.$  
  $\textstyle =$ $\displaystyle {6-\vert p-7\vert\over 36} \quad\hbox{for\ } 2\leq p\leq 12.$ (11)

The most common roll is therefore seen to be a 7, with probability $6/36=1/6$, and the least common rolls are 2 and 12, both with probability 1/36.


For $n=3$ six-sided dice,

\begin{displaymath}
k_{\rm max}=\left\lfloor{p-3\over 6}\right\rfloor = \cases{
...
...r
1 & for $9\leq p\leq 14$\cr
2 & for $15\leq p\leq 18$,\cr}
\end{displaymath} (12)

and


$\displaystyle P$ $\textstyle (p,3,6)$    
  $\textstyle =$ $\displaystyle {1\over 6^3} \sum_{k=0}^{k_{\rm max}} (-1)^k{3\choose k}{p-6k-1\choose 2}$  
  $\textstyle =$ $\displaystyle {1\over 6^3}\sum_{k=0}^{k_{\rm max}} (-1)^k {3!\over k!(3-k)!} {(p-6k-1)(p-6k-2)\over 2}$  
  $\textstyle =$ $\displaystyle {1\over 216}\left\{\begin{array}{ll}{(p-1)(p-2)\over 2} & \mbox{f...
...over 2}+3{(p-13)(p-14)\over 2} & \mbox{for $15\leq p\leq 18$}\end{array}\right.$  
  $\textstyle =$ $\displaystyle {1\over 216}\left\{\begin{array}{ll} {\textstyle{1\over 2}}(p-1)(...
...xtstyle{1\over 2}}(19-p)(20-p)& \mbox{for $15\leq p\leq 18$.}\end{array}\right.$ (13)

For three six-sided dice, the most common rolls are 10 and 11, both with probability 1/8; and the least common rolls are 3 and 18, both with probability 1/216.


For four six-sided dice, the most common roll is 14, with probability 73/648; and the least common rolls are 4 and 24, both with probability 1/1296.


In general, the likeliest roll $p_L$ for $n$ $s$-sided dice is given by

\begin{displaymath}
p_L(n,s)=\left\lfloor{{\textstyle{1\over 2}}n(s+1)}\right\rfloor ,
\end{displaymath} (14)

which can be written explicitly as
\begin{displaymath}
p_L(n,s)=\cases{
{\textstyle{1\over 2}}n(s+1) & for $n$\ ev...
...cr
{\textstyle{1\over 2}}n(s+1) & for $n$\ odd, $s$\ odd.\cr}
\end{displaymath} (15)

For 6-sided dice, the likeliest rolls are given by
\begin{displaymath}
p_L(n,6)=\left\lfloor{{\textstyle{7\over 2}}n}\right\rfloor ...
...$n$\ even\cr
{\textstyle{1\over 2}}(7n-1) & for $n$\ odd,\cr}
\end{displaymath} (16)

or 7, 10, 14, 17, 21, 24, 28, 31, 35, ... for $n=2$, 3, ... (Sloane's A030123) dice. The probabilities corresponding to the most likely rolls can be computed by plugging $p=p_L$ into the general formula together with
\begin{displaymath}
k_L(n,s)=\cases{
{\textstyle{1\over 2}}n & for $n$\ even\cr...
...oor{n(s-1)\over 2s}\right\rfloor & for $n$\ odd, $s$\ odd.\cr}
\end{displaymath} (17)

Unfortunately, $P(p_L,n,s)$ does not have a simple closed-form expression in terms of $s$ and $n$. However, the probabilities of obtaining the likeliest roll totals can be found explicitly for a particular $s$. For $n$ 6-sided dice, the probabilities are 1/6, 1/8, 73/648, 65/648, 361/3888, 24017/279936, 7553/93312, ... for $n=2$, 3, ....


\begin{figure}\begin{center}\BoxedEPSF{DicePlots.epsf scaled 770}\end{center}\end{figure}

The probabilities for obtaining a given total using $n$ 6-sided dice are shown above for $n=1$, 2, 3, and 4 dice. They can be seen to approach a Gaussian Distribution as the number of dice is increased.

See also Boxcars, Coin Tossing, Craps, de Mere's Problem, Efron's Dice, Poker, Quincunx, Sicherman Dice, Snake Eyes


References

Diaconis, P. and Keller, J. B. ``Fair Dice.'' Amer. Math. Monthly 96, 337-339, 1989.

Dice & Games, Ltd. ``Dice & Games Hobby Games Accessories.'' http://www.dice.co.uk/hob.htm.

Gardner, M. ``Dice.'' Ch. 18 in Mathematical Magic Show: More Puzzles, Games, Diversions, Illusions and Other Mathematical Sleight-of-Mind from Scientific American. New York: Vintage, pp. 251-262, 1978.

Robertson, L. C.; Shortt, R. M.; Landry, S. G. ``Dice with Fair Sums.'' Amer. Math. Monthly 95, 316-328, 1988.

Sloane, N. J. A. Sequence A030123 in ``The On-Line Version of the Encyclopedia of Integer Sequences.'' http://www.research.att.com/~njas/sequences/eisonline.html.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-24