In this section, we will analyze several simple games played with dice—poker dice in , chuck-a-luck, and high-low. The casino game craps is more complicated and is studied in another section.
The Dice Players by Georges de La Tour (c. 1651). For more on the influence of probability in painting, see the ancillary material on art.
Poker Dice
Definition
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.
The outcome of the random experiment is recorded as the (ordered) sequence of scores:
Since the dice are fair, the basic modeling assumption is that is a sequence of independent random variables and each is uniformly distributed on . Equivalently, is uniformly distributed on :
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 . 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 of the Hand
The value of the poker dice hand is a random variable with support set . The values are defined as follows:
Bust. None of the following cases occur:
One Pair. Four distinct scores occur; one score occurs twice and the other three scores occur once each.
Two Pair. Three distinct scores occur; one score occurs twice and the other three scores occur once each.
Three of a Kind. Three distinct scores occur; one score occurs three times and the other two scores occur once each.
Full House. Two distinct scores occur; one score occurs three times and the other score occurs twice.
Straight. The scores form a consecutive sequence, either 1 – 5 or 2 – 6.
Four of a Kind. Two distinct scores occur; one score occurs four times and the other score occurs once.
Five of a kind. Once score occurs five times.
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.
The Probability Density Function
Computing the probability density function of 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 .
.
Details:
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:
Select the score that will appear twice:
Select the 3 scores that will appear once each:
Select a permutation of the 5 numbers in parts (a) and (b):
.
Details:
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:
Select two scores that will appear twice each:
Select the score that will appear once:
Select a permutation of the 5 numbers in parts (a) and (b):
.
Details:
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:
Select the score that will appear 3 times:
Select the 2 scores that will appear once each:
Select a permutation of the 5 numbers in parts (a) and (b):
.
Details:
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:
Select the score that will appear 3 times:
Select the score that will appear twice:
Select a permutation of the 5 numbers in parts (a) and (b):
.
Details:
The following steps form an algorithm for generating poker dice hands with a straight. The number of ways of performing each step is also given:
Select a straight sequence:
Select a permutation of the 5 numbers in parts (a):
.
Details:
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:
Select the score that will appear 4 times:
Select the score that will appear once: 5
Select a permutation of the 5 numbers in parts (a) and (b):
.
Details:
There are 6 choices for the score that will appear 5 times.
.
Details:
The event is the complement of the event .
Run the poker dice experiment 1000 times and compare the relative frequency function to the density function.
Find the probability of rolling a hand that has 3 of a kind or better.
Details:
\(1896 / 7776 \approx 0.24383
In the poker dice experiment, set the stop criterion to the value of given below. Note the number of hands required.
Chuck-a-Luck
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.
In the game of chuck-a-luck, the gambler selects an integer from 1 to 6, and then the three dice are rolled. If exactly dice show the gambler's number then the payoff is for ; the bet loses if . As with poker dice, our basic mathematical assumption is that the dice are fair, and therefore the outcome vector is uniformly distributed on the sample space .
Let denote the number of dice that show the gambler's number. Then has the binomial distribution with parameters and :
Let denote the net winnings for a unit bet. Then
if
if
The probability density function of is given by
Run the chuck-a-luck experiment 1000 times and compare the empirical density function of to the true probability density function.
So as carnival games go, chuck-a-luck is not too bad.
Run the chuck-a-luck experiment 1000 times and compare the empirical mean and standard deviation of to the true mean and standard deviation. Suppose you had bet $1 on each of the 1000 games. What would your net winnings be?
High-Low
In the game of high-low, a pair of fair dice are rolled. The outcome is
High if the sum is 8, 9, 10, 11, or 12.
Low if the sum is 2, 3, 4, 5, or 6
Seven if the sum is 7
A player can bet on any of the three outcomes. The payoff for a bet of high or for a bet of low is . The payoff for a bet of seven is .
Find the probability of each of the three events in high-low.
High
Low
Seven
Details:
Let denote the sum of the two dice scores, and let , , and denote the high, low, and seven events, respectively. Then
Let denote the net winnings for a unit bet. Find the probability density function, expected value, and variance of for each of the three bets:
High
Low
Seven
Details:
Let denote the net winnings on a unit bet in high-low.
Bet high: , , ,
Bet low: , , ,
Bet seven: , , ,
So all of the bets have the same expected loss, but the seven bet has greater variance.
Run the high-low experiment 1000 times with each type of bet. Compare the empirical density, mean and standard deviation of to the true density, mean and standard deviation.