Earlier quoted context omitted.
>Why does using your own result improve the odds of winning the game!? I find the result very confusing as well. I suspect the source of this counterintuitiveness is that I over simplified the puzzle when I first read it. I simplified the puzzle to "A attempts to guess B's coin, and B attempts to guess A's coin", whereas in fact the true puzzle is "A and B together try to guess the total set of results". When A and B…
I'm not sure the conditional probability argument explains it. Specifically, given A=H, the probability of (H,H) is the same as the probability of (H,T) so that alone shouldn't inform your guess. I believe the core mechanism at play here is that coordination eliminates the possibility of one player being right and the other being wrong, because one can partition the coin outcomes into "We have the same result" and "W…
Coin Puzzle: Predict the Other's Coin
41–50 of 50 posts
Re: Coin Puzzle: Predict the Other's Coin
#42Here is a bit harder version of the puzzle, with 100 players instead of 2. 100 prisoners are given either a blue or a red hat, at random. Each prisoner is told colors of every hat except their own, and has to make a guess about his hat with absolutely no communication. They win only if they all guess correctly. They can agree on a strategy beforehand. What is the optimal probability of success?
Re: Coin Puzzle: Predict the Other's Coin
#43Here is a bit harder version of the puzzle, with 100 players instead of 2. 100 prisoners are given either a blue or a red hat, at random. Each prisoner is told colors of every hat except their own, and has to make a guess about his hat with absolutely no communication. They win only if they all guess correctly. They can agree on a strategy beforehand. What is the optimal probability of success?
If everyone guesses randomly they stand a (1/2)^100 chance.
If they all guess the majority, with, say, blue as the tie-breaker just to have a deterministic algorithm, then they win twice as often because they capture the all-blues and all-reds cases, each with probability (1/2)^100.
I don't know if that's optimal but I always find these "improve random outcomes even with really stupid coordination mechanisms" situations amusing. If there's something better to be done I'd be curious to know :)
[Edit: raldi's clever answer that partitions by parity eliminates all but the we're-all-right and we're-all-wrong outcomes, and is clearly superior :)]
Re: Coin Puzzle: Predict the Other's Coin
#44Here is a bit harder version of the puzzle, with 100 players instead of 2. 100 prisoners are given either a blue or a red hat, at random. Each prisoner is told colors of every hat except their own, and has to make a guess about his hat with absolutely no communication. They win only if they all guess correctly. They can agree on a strategy beforehand. What is the optimal probability of success?
Each should guess whatever would make an even number of red hats. That makes it a 50% chance they're all wrong, and a 50% chance they're all correct -- thus consolidating all their "rightness" into a single block of probability.
Re: Coin Puzzle: Predict the Other's Coin
#45Here is a bit harder version of the puzzle, with 100 players instead of 2. 100 prisoners are given either a blue or a red hat, at random. Each prisoner is told colors of every hat except their own, and has to make a guess about his hat with absolutely no communication. They win only if they all guess correctly. They can agree on a strategy beforehand. What is the optimal probability of success?
Following up on my other comment about the power of coordination to eliminate certain failure modes: If everyone guesses randomly they stand a (1/2)^100 chance. If they all guess the majority, with, say, blue as the tie-breaker just to have a deterministic algorithm, then they win twice as often because they capture the all-blues and all-reds cases, each with probability (1/2)^100. I don't know if that's optimal but…
Re: Coin Puzzle: Predict the Other's Coin
#46Here is a bit harder version of the puzzle, with 100 players instead of 2. 100 prisoners are given either a blue or a red hat, at random. Each prisoner is told colors of every hat except their own, and has to make a guess about his hat with absolutely no communication. They win only if they all guess correctly. They can agree on a strategy beforehand. What is the optimal probability of success?
Each should guess whatever would make an even number of red hats. That makes it a 50% chance they're all wrong, and a 50% chance they're all correct -- thus consolidating all their "rightness" into a single block of probability.
Re: Coin Puzzle: Predict the Other's Coin
#47Here is a bit harder version of the puzzle, with 100 players instead of 2. 100 prisoners are given either a blue or a red hat, at random. Each prisoner is told colors of every hat except their own, and has to make a guess about his hat with absolutely no communication. They win only if they all guess correctly. They can agree on a strategy beforehand. What is the optimal probability of success?
At random from a pool of 100 hats, or at random from some undetermined distribution?
Re: Coin Puzzle: Predict the Other's Coin
#48If they both agree to use their own coins result as the guess of the OTHER person's coin, they should get it right 50% of the time instead of 25%. Possible tosses: TT win HT lose TH lose HH win Counter-intuitive though isn't it. Why does using your own result improve the odds of winning the game!?
- A always uses A's result as a guess for B's result.
- B always uses opposite to B's result as a guess for A's result.
They would always lose then.
Re: Coin Puzzle: Predict the Other's Coin
#49Earlier quoted context omitted.
Each should guess whatever would make an even number of red hats. That makes it a 50% chance they're all wrong, and a 50% chance they're all correct -- thus consolidating all their "rightness" into a single block of probability.
That assumes a uniform distribution. If there were more red hats than blue hats in general, it would be more advantageous for everyone to always guess whatever makes an even number of the majority color, as they would win more than 50% of the time.
Re: Coin Puzzle: Predict the Other's Coin
#50Earlier quoted context omitted.
That assumes a uniform distribution. If there were more red hats than blue hats in general, it would be more advantageous for everyone to always guess whatever makes an even number of the majority color, as they would win more than 50% of the time.
I'm not following. With 100 hats, an even number of one color means there's an even number of the other color, too.
For this to work, however, you'd have to know the exact expected probability of each hat (and if it was even or odd), which is improbable.