You have a fair coin. On each side of it is the number 1. You want each side to have a number that is at least 4. To do this, you use an intricate way. You will toss the coin. The number that comes up is the number of upgrade points you gain. You can spend one upgrade point to increase the number on a side by 1. You may distribute the upgrade points in any way you wish.
As an example round:
Since now each side is at least 4, you win; it took four tosses. You could have won in three tosses, if you upgraded correctly in the third toss to have both sides 4.
Suppose you play optimally (that is, you upgrade the sides in such a way to minimize the expected number of tosses required). What is the expected number of tosses required to complete the task?
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.
The answer is 4 1 5 = 3 . 7 5 . (In the following, coin a / b means a coin with sides a , b respectively.)
We first present a strategy that allows us to achieve this value. The idea here is simply to make sure the numbers on both sides are as equal as possible.
We can simply compute each branch. A quarter of the time (if you get 2 on the second toss and 3 on the third toss), you're done in three tosses, otherwise it takes four tosses. That's 4 1 ⋅ 3 + 4 3 ⋅ 4 = 4 1 5 .
We now show that 3.75 is indeed the best you can do, regardless of the strategy.
1) Your first toss will always give you a 1/2; you don't even have a choice.
2a) If your next toss is a 1, you still need four more upgrade points to finish. Since you can't get a side of 4, this means that we cannot finish in three turns. Hence, we need at least 4 turns, which is achieved by the above strategy.
2b) If your next toss is a 2 instead, you need three more upgrade points. No matter how you distribute them, one of the sides will be less than 3 (the total of the sides is 5, and there are two sides, so one of them will not be greater than 2 5 < 3 ). If the third toss lands on this side, then we will need at least 4 tosses. Hence, the expected number of steps is at least 3.5, which is achieved by the above strategy.
Thus either way, three quarters of the time you'll need four tosses and one quarter of the time you'll need three tosses, so the expected value is at least 4 3 ⋅ 4 + 4 1 ⋅ 3 = 4 1 5 . This is what we exhibited in the above strategy.