There is a board with five spaces on it in a row–space 1, space 2, space 3, space 4 and space 5.
There are two players, each with a marker on space one.
They play a game as follows:
Each round, a die is rolled. On a 1, 2, 3, or 4, player one moves his marker up one space. On a 5 or 6, player two moves his marker up 2 spaces. Whichever player’s marker reaches space 5 first wins.
I would think that each player has an even chance of winning–each has a probability of one half of winning a game.
But when I try to work it out, I get a result implying that player two has a slight edge–a slightly higher chance of winning. (Something like 131 out of 243.)
Unfortunately, I don’t have the time to tell you how I worked it out at the moment, But I am wondering what the correct answer is. Is 131/243 close to correct? Or is it (as I would have thought) 1/2?
-FrL-
(Basically: The highest number of rounds there can be in a game before it is decided is 5. We can treat the dice as three-sided. So there are a total of 243 (3^5) die roll sequences that need to be counted as equal possibilities. Every one of those sequences in which there are at least two “three” rolls is a win for player two, and every one in which there are one or fewer “three” rolls is a win for player one. So I figure out how many of the sequences have at least two “three” rolls. There are 10 ways for exactly two threes to be distributed amongst 5 rolls, and each of those cases (i.e. in which there are exactly two threes) there are eight ways the other dice might be, so there are 80 sequences with exactly two threes. There are 10 ways for there to be exactly three threes, and in each of those cases there are four ways the other dice might be, so there are 40 sequences with exactly two threes. By similar reasoning, there are 10 ways there can be exactly four threes, and one way there can be exactly five threes, for a total of 131 sequences in which player two wins.
I suspect that I end up counting a few player-two-winning sequences twice somehow in the above procedure, but I’m not sure.)
(I guess I had time after all)