You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1$\begingroup$ Wouldn’t your strategy extended to, say, 4 players give the probability of winning as 4/9 instead of 2/3? When you pair them up as you said, there are three possibilities. Both pairs lose with probability 1/9, that’s a team loss. One pair loses while the other wins with probability 4/9, but that’s still a team loss because in such a scenario, the number of wins is 1 and the number of losses is 2. Finally, both pairs win with probability 4/9, which is a team win. $\endgroup$Pranay– Pranay2025-09-14 21:51:21 +00:00Commented Sep 14 at 21:51
- 1$\begingroup$ @FirstNameLastName Here is my own simulation: ato.pxeger.com/… $\endgroup$Albert.Lang– Albert.Lang2025-09-15 00:32:27 +00:00Commented Sep 15 at 0:32
- 1$\begingroup$ I see. I just saw your code and there you say “…any even number of excess players can be…”. I added that word to your answer. That was really the source of my confusion. I see what you mean by “neutralize” now. $\endgroup$Pranay– Pranay2025-09-15 00:36:07 +00:00Commented Sep 15 at 0:36
- 2$\begingroup$ @FirstNameLastName Their strategy is to always pick what loses to what they see on their partner's hat. $\endgroup$Albert.Lang– Albert.Lang2025-09-15 00:44:30 +00:00Commented Sep 15 at 0:44
- 1$\begingroup$ OH! that is an interesting boolean difference ! I misread or misinterpreted, what wins :) $\endgroup$FirstName LastName– FirstName LastName2025-09-15 00:45:43 +00:00Commented Sep 15 at 0:45
| Show 6 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- mark spoilers by placing >! at start of line
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. logical-deduction), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you