How to find solution to a nontransitive dice problem
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
The problem is following: given two dice with numbers between 1-6 (but the same number can repeat in the same dice), find a third dice such that the three dice form a nontransitive set of dice, i.e. if the probability for dice B to win dice A in a single dice roll game is more than 0.5
, find a third dice so that the probability for the third dice to win dice B is more than 0.5
, but the probability to win A is less than 0.5
.
When does a solution to this problem exist?
Here's an example (from Wikipedia):
Dice A: 2, 2, 4, 4, 9, 9
Dice B: 1, 1, 6, 6, 8, 8
Dice C: ?, ?, ?, ?, ?, ?
From Wikipedia, I can read that a solution to this is that dice C has numbers 3, 3, 5, 5, 7, 7. But is there an algorithm for finding this solution (other than trying all the combinations) if it's not known?
dice
add a comment |Â
up vote
0
down vote
favorite
The problem is following: given two dice with numbers between 1-6 (but the same number can repeat in the same dice), find a third dice such that the three dice form a nontransitive set of dice, i.e. if the probability for dice B to win dice A in a single dice roll game is more than 0.5
, find a third dice so that the probability for the third dice to win dice B is more than 0.5
, but the probability to win A is less than 0.5
.
When does a solution to this problem exist?
Here's an example (from Wikipedia):
Dice A: 2, 2, 4, 4, 9, 9
Dice B: 1, 1, 6, 6, 8, 8
Dice C: ?, ?, ?, ?, ?, ?
From Wikipedia, I can read that a solution to this is that dice C has numbers 3, 3, 5, 5, 7, 7. But is there an algorithm for finding this solution (other than trying all the combinations) if it's not known?
dice
This doesn't answer your question, but it might give you some ideas how to approach it: math.stackexchange.com/questions/57338.
â joriki
Jul 31 at 13:58
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The problem is following: given two dice with numbers between 1-6 (but the same number can repeat in the same dice), find a third dice such that the three dice form a nontransitive set of dice, i.e. if the probability for dice B to win dice A in a single dice roll game is more than 0.5
, find a third dice so that the probability for the third dice to win dice B is more than 0.5
, but the probability to win A is less than 0.5
.
When does a solution to this problem exist?
Here's an example (from Wikipedia):
Dice A: 2, 2, 4, 4, 9, 9
Dice B: 1, 1, 6, 6, 8, 8
Dice C: ?, ?, ?, ?, ?, ?
From Wikipedia, I can read that a solution to this is that dice C has numbers 3, 3, 5, 5, 7, 7. But is there an algorithm for finding this solution (other than trying all the combinations) if it's not known?
dice
The problem is following: given two dice with numbers between 1-6 (but the same number can repeat in the same dice), find a third dice such that the three dice form a nontransitive set of dice, i.e. if the probability for dice B to win dice A in a single dice roll game is more than 0.5
, find a third dice so that the probability for the third dice to win dice B is more than 0.5
, but the probability to win A is less than 0.5
.
When does a solution to this problem exist?
Here's an example (from Wikipedia):
Dice A: 2, 2, 4, 4, 9, 9
Dice B: 1, 1, 6, 6, 8, 8
Dice C: ?, ?, ?, ?, ?, ?
From Wikipedia, I can read that a solution to this is that dice C has numbers 3, 3, 5, 5, 7, 7. But is there an algorithm for finding this solution (other than trying all the combinations) if it's not known?
dice
asked Jul 31 at 13:49
Echows
1446
1446
This doesn't answer your question, but it might give you some ideas how to approach it: math.stackexchange.com/questions/57338.
â joriki
Jul 31 at 13:58
add a comment |Â
This doesn't answer your question, but it might give you some ideas how to approach it: math.stackexchange.com/questions/57338.
â joriki
Jul 31 at 13:58
This doesn't answer your question, but it might give you some ideas how to approach it: math.stackexchange.com/questions/57338.
â joriki
Jul 31 at 13:58
This doesn't answer your question, but it might give you some ideas how to approach it: math.stackexchange.com/questions/57338.
â joriki
Jul 31 at 13:58
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2868059%2fhow-to-find-solution-to-a-nontransitive-dice-problem%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
This doesn't answer your question, but it might give you some ideas how to approach it: math.stackexchange.com/questions/57338.
â joriki
Jul 31 at 13:58