Ant and Brilli are playing a game of dice with strange looking dice. There are three dice and each will pick one of them. On each thrower of the higher number gets one point. The game ends after 6000 throws.
The three dice have the following construction.
They have a dice with its faces having .
They have a dice with its faces having .
They have a dice with its faces having
Note that all the three dice have an average face value of .
Ant is the first to choose a dice which gives him the best chance of winning, followed by Brilli choosing a dice which maximizes his winning probability.
Which dice should Ant choose.
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.
If Ant chooses red, Brilli would choose green.
If we represent the throw outcomes as an ordered pair (Ant's Throw,Brilli's throw), Ant would be winning in the cases of ( 3 , 1 ) , ( 6 , 1 ) , ( 6 , 4 ) .
Probability of this occurrence = 6 5 6 1 + 6 1 6 1 + 6 1 6 5 = 3 6 1 1 < 2 1
If Ant chooses green, Brilli would choose blue.
In this case. Ant wins for the combination ( 4 , 2 ) only which has a probability = 6 5 2 1 = 1 2 5 < 2 1
If Ant chooses blue, Brilli would choose red.
In this case, Ant wins for the combination ( 5 , 3 ) only, which again has a probability of 1 2 5 < 2 1 .
Therefore, Ant made a mistake by accepting the offer to go first in picking the dice.