A coin is flipped until it results in a tails. The number of dollars you win equals the number of coins you end up flipping. So for example, if you immediately get one tails, you win one dollar; if you get one heads before a tails you win two dollars, etc. What is the expected value of your winnings?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice thought process.
Log in to reply
S = 2 1 + 4 2 + 8 3 + 1 6 4 + ⋯ 2 S = 4 1 + 8 2 + 1 6 3 + 3 2 4 + ⋯ S − 2 S = 2 1 + 4 1 + 8 1 + 1 6 1 + ⋯ S − 2 S = 1 S = 2
If, by doing this procedure, we get our answer in decimals, will it be right, because we can't expect our winning to be in decimals?
Problem Loading...
Note Loading...
Set Loading...
To find the expected value what we do is we multiply each case of winning some dollars with their respective probability of happening and add all, finally divide it by total probability that is 1.
If we get tails on 1st attempt that is we win 1 dollars the probability is = 2 1
If we get tails on 2nd attempt , we win 2 dollars the probability is equivalent to getting one head first and on the next attempt getting tail = 2 1 . 2 1 = 2 2 1
If we get tails on 3 rd attempt, we win 3 dollars the probability is equivalent to getting 2 heads first and on the next attempt getting a tail = 2 1 . 2 1 . 2 1 = 2 3 1
Generalising we get :
Probability of winning n dollars is = 2 n 1
Our expected value is = 1 . 2 1 + 2 . 2 2 1 + 3 . 2 3 1 + . . . . . . . . . . = lim n → ∞ ∑ k = 1 n 2 n n
Now we know that :
1 − x 1 = lim n → ∞ ∑ k = 0 n x n
Differentiating both sides with respect to x we get :
( 1 − x ) 2 1 = lim n → ∞ ∑ k = 1 n n x n − 1
⇒ ( 1 − x ) 2 x = lim n → ∞ ∑ k = 1 n n x n
Put x = 2 1 to get :
2 = lim n → ∞ ∑ k = 1 n 2 n n =Expected Value