Puzzle time - prisoners and hats
-
I guess the set of rules would attempt to clump wrong guesses together while right guesses would tend to be alone. The rules would also want to ensure that at least one person guessed.
@Horace said in Puzzle time - prisoners and hats:
I guess the set of rules would attempt to clump wrong guesses together while right guesses would tend to be alone. The rules would also want to ensure that at least one person guessed.
So, is the answer that simple? Those who see two different colors would not vote. If the other two people are same, guess opposite? This will cause any configuration of colors other than all-same to be a win (one correct vote), while all-same would be a loss (3 wrong votes).
-
Yes that is the % of my proposed solution. I got there by figuring that each guess would be 50/50 so the rules would have to clump wrong guesses together and single out right ones. One such set of rules leaves 75% of color combinations yielding one right guess.
-
It gets interesting if you generalize the number of prisoners and/or the number of colors.