In this section, we will analyze several simple games played with dice--poker dice, chuck-a-luck, and high-low. The casino game craps is more complicated and is studied in the next section.
The game of poker dice is a bit like standard poker, but played with dice instead of cards. In poker dice, 5 fair dice are rolled. We will record the outcome of our random experiment as the (ordered) sequence of scores:
\[\bs{X} = (X_1, X_2, X_3, X_4, X_5)\]Thus, the sample space is \(S = \{1, 2, 3, 4, 5, 6\}^5\). Since the dice are fair, our basic modeling assumption is that \(\bs{X}\) is a sequence of independent random variables and each is uniformly distributed on \(\{1, 2, 3, 4, 5, 6\}\).
Equivalently, \(\bs{X}\) is uniformly distributed on \(S\):
\[\P(\bs{X} \in A) = \frac{\#(A)}{\#(S)}, \quad A \subseteq S\]In statistical terms, a poker dice hand is a random sample of size 5 drawn with replacement and with regard to order from the population \(D = \{1, 2, 3, 4, 5, 6\}\). For more on this topic, see the chapter on Finite Sampling Models. In particular, in this chapter you will learn that the result of Exercise 1 would not be true if we recorded the outcome of the poker dice experiment as an unordered set instead of an ordered sequence.
The value \(V\) of the poker dice hand is a random variable with support set \(\{0, 1, 2, 3, 4, 5, 6\}\). The values are defined as follows:
Run the poker dice experiment 10 times in single-step mode. For each outcome, note that the value of the random variable corresponds to the type of hand, as given above.
Computing the probability density function of \(V\) is a good exercise in combinatorial probability. In the following exercises, we will need the two fundamental rules of combinatorics to count the number of dice sequences of a given type: the multiplication rule and the addition rule. We will also need some basic combinatorial structures, particularly combinations and permutations (with types of objects that are identical).
The number of different poker dice hands is \(\#(S) = 6^5 = 7776\).
\(\P(V = 0) = \frac{720}{7776} = 0.09259\).
Note that the dice scores form a permutation of size 5 from \(\{1, 2, 3, 4, 5\}\).
\(\P(V = 1) = \frac{3600}{7776} \approx 0.46296\).
The following steps form an algorithm for generating poker dice hands with one pair. The number of ways of performing each step is also given:
\(\P(V = 2) = \frac{1800}{7776} \approx 0.23148\).
The following steps form an algorithm for generating poker dice hands with two pair. The number of ways of performing each step is also given:
\(\P(V = 3) = \frac{1200}{7776} \approx 0.15432\).
The following steps form an algorithm for generating poker dice hands with three of a kind. The number of ways of performing each step is also given:
\(\P(V = 4) = \frac{300}{7776} \approx 0.03858\).
The following steps form an algorithm for generating poker dice hands with a full house. The number of ways of performing each step is also given:
\(\P(V = 5) = \frac{150}{7776} = 0.01929\).
The following steps form an algorithm for generating poker dice hands with four of a kind. The number of ways of performing each step is also given:
\(\P(V = 6) = \frac{6}{7776} \approx 0.00077\).
There are 6 choices for the score that will appear 5 times.
Run the poker dice experiment 1000 times and note the apparent convergence of the relative frequency function to the density function.
Find the probability of rolling a hand that has 3 of a kind or better.
0.2130
In the poker dice experiment, set the stop criterion to the value of \(V\) given below. Note the number of hands required.
Chuck-a-luck is a popular carnival game, played with three dice. According to Richard Epstein, the original name was Sweat Cloth, and in British pubs, the game is known as Crown and Anchor (because the six sides of the dice are inscribed clubs, diamonds, hearts, spades, crown and anchor). The dice are over-sized and are kept in an hourglass-shaped cage known as the bird cage. The dice are rolled by spinning the bird cage.
Chuck-a-luck is very simple. The gambler selects an integer from 1 to 6, and then the three dice are rolled. If exactly \(k\) dice show the gambler's number, the payoff is \(k : 1\). As with poker dice, our basic mathematical assumption is that the dice are fair, and therefore the outcome vector \(\bs{X} = (X_1, X_2, X_3)\) is uniformly distributed on the sample space \(S = \{1, 2, 3, 4, 5, 6\}^3\).
Let \(Y\) denote the number of dice that show the gambler's number. Then \(Y\) has the binomial distribution with parameters \(n = 3\) and \(p = \frac{1}{6}\):
\[\P(Y = k) = \binom{3}{k} \left(\frac{1}{6}\right)^k \left(\frac{5}{6}\right)^{3 - k}, \quad k \in \{0, 1, 2, 3\}\]Let \(W\) denote the net winnings for a unit bet. Then
The probability density function of \(W\) is given by
Run the chuck-a-luck experiment 1000 times and note the apparent convergence of the empirical density function of \(W\) to the true probability density function.
The expected value and variance of \(W\) are
Run the chuck-a-luck experiment 1000 times and note the apparent convergence of the empirical moments of \(W\) to the true moments. Suppose you had bet $1 on each of the 1000 games. What would your net winnings be?
In the game of high-low, a pair of fair dice are rolled. The outcome is
A player can bet on any of the three outcomes. The payoff for a bet of high or for a bet of low is \(1:1\). The payoff for a bet of seven is \(4:1\).
Let \(Z\) denote the outcome of a game of high-low. Find the probability density function of \(Z\).
\(\P(Z = h) = \frac{15}{36}\), \(\P(Z = l) = \frac{15}{36}\), \(\P(Z = s) = \frac{6}{36}\), where \(h\) denotes high, \(l\) denotes low, and \(s\) denotes seven.
Let \(W\) denote the net winnings for a unit bet. Find the expected value and variance of \(W\) for each of the three bets:
Let \(W\) denote the net winnings on a unit bet in high-low.