1

Questions:

$(1)$ Suppose we play a game. I roll a die up to three times. Each time I roll, you can either take the square of the number showing as dollars, or roll again. How much should you pay to play this game?

$(2)$ What effect will it have if we are charged for $\$1$ for each additional roll?

Question $(1)$ above is very common if we replace 'square of the number' with just 'number. For example, this post in MSE.

For $(1),$ assuming that we have $1$ die. Then the expected value is $$\sum_{k=1}^6 \frac{k^2}{6} = \frac{91}{6}.$$

Now, assume that we have $2$ dice. Then $$\frac{91}{6} \times \frac{1}{6} + \frac{91}{6} \times \frac{1}{6} + \frac{91}{6} \times \frac{1}{6} + \frac{4^2}{6} + \frac{5^2}{6} + \frac{6^2}{6} = \frac{245}{12}.$$

Similarly, if we have $3$ dice, then $$\frac{245}{12}\times\frac{1}{6} + \frac{245}{12}\times\frac{1}{6} + \frac{245}{12}\times\frac{1}{6} + \frac{245}{12}\times\frac{1}{6} + \frac{5^2}{6} + \frac{6^2}{6} = \frac{428}{18}.$$

Are my calculations above correct?

For $(2),$ I think we should pay less. But I do not how much lesser is it.

Idonknow
  • 15,643