exercise:075850f60d: Difference between revisions

From Stochiki
(Created page with "<div class="d-none"><math> \newcommand{\NA}{{\rm NA}} \newcommand{\mat}[1]{{\bf#1}} \newcommand{\exref}[1]{\ref{##1}} \newcommand{\secstoprocess}{\all} \newcommand{\NA}{{\rm NA}} \newcommand{\mathds}{\mathbb}</math></div> You are offered the following game to play: a fair coin is tossed until heads turns up for the first time (see Example). If this occurs on the first toss you receive 2 dollars, if it occurs on the second toss you...")
 
No edit summary
 
Line 1: Line 1:
<div class="d-none"><math>
You are offered the following game to play: a fair coin is tossed until heads turns up for the first time (see [[guide:E4fd10ce73#exam 6.055 |Example]]).  If
\newcommand{\NA}{{\rm NA}}
\newcommand{\mat}[1]{{\bf#1}}
\newcommand{\exref}[1]{\ref{##1}}
\newcommand{\secstoprocess}{\all}
\newcommand{\NA}{{\rm NA}}
\newcommand{\mathds}{\mathbb}</math></div> You are offered the following game to play: a fair coin is
tossed until heads turns up for the first time (see [[guide:E4fd10ce73#exam 6.055 |Example]]).  If
this occurs on the first toss you receive 2 dollars, if it occurs on the second toss
this occurs on the first toss you receive 2 dollars, if it occurs on the second toss
you receive <math>2^2 = 4</math> dollars and, in general, if heads turns up for the first time
you receive <math>2^2 = 4</math> dollars and, in general, if heads turns up for the first time
on the <math>n</math>th toss you receive <math>2^n</math> dollars.
on the <math>n</math>th toss you receive <math>2^n</math> dollars.
<ul><li> Show that the expected value of your winnings does not exist (i.e., is given by
<ul style="list-style-type:lower-alpha"><li> Show that the expected value of your winnings does not exist (i.e., is given by
a divergent sum) for this game.  Does this mean that this game is favorable no matter
a divergent sum) for this game.  Does this mean that this game is favorable no matter
how much you pay to play it?
how much you pay to play it?

Latest revision as of 17:33, 14 June 2024

You are offered the following game to play: a fair coin is tossed until heads turns up for the first time (see Example). If this occurs on the first toss you receive 2 dollars, if it occurs on the second toss you receive [math]2^2 = 4[/math] dollars and, in general, if heads turns up for the first time on the [math]n[/math]th toss you receive [math]2^n[/math] dollars.

  • Show that the expected value of your winnings does not exist (i.e., is given by a divergent sum) for this game. Does this mean that this game is favorable no matter how much you pay to play it?
  • Assume that you only receive [math]2^{10}[/math] dollars if any number greater than or equal to ten tosses are required to obtain the first head. Show that your expected value for this modified game is finite and find its value.
  • Assume that you pay 10 dollars for each play of the original game. Write a program to simulate 100 plays of the game and see how you do.
  • Now assume that the utility of [math]n[/math] dollars is [math]\sqrt n[/math]. Write an expression for the expected utility of the payment, and show that this expression has a finite value. Estimate this value. Repeat this exercise for the case that the utility function is [math]\log(n)[/math].