X and Y are two chess players. The probability of X winning a particualr game against Y is and probability of Y winning the game is .They play a series in which rules are such that if X wins 2 consecutive games then X wins the series and Y wins the series if Y wins 4 consecutive games. They start the game and play until one of them wins the series. Following these rules, the probability of Y winning the series is . Then find .
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.
The problem can be modelled as a Markov Chain . Let be X and Y the two players and let be G ∈ { X , Y } the random variable such that
P ( G = X ) = 3 1 P ( G = Y ) = 3 2
Now, a sequence of games is a string containing X if X wins or Y if Y wins, for example
Y X Y Y X Y Y Y X Y X Y Y X Y . . .
Let's define s i the i th state, which is a sequence of four consecutive games. In our example s 1 = Y X Y Y . Hence, s 2 could be the string X Y Y Y or the string X Y Y X . In the example above s 2 = X Y Y X . We define S the set of all possible states, that is
S = { Y Y Y X , Y Y X Y , Y X Y Y , Y X Y X , X Y Y Y , X Y Y X , X Y X Y , X Y X X , Y Y X X , Y Y Y Y }
Notice that the 8 th and the 9 th states are the ones in which X wins, while the last is the one in which Y wins. We can now create the stochastic matrix P = p i j . The order of the states follows the one of S above, so
P = ( Q O R I ) = ⎝ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ 0 0 0 0 3 1 0 0 0 0 0 3 2 0 0 0 0 3 2 0 0 0 0 0 3 2 0 0 0 0 3 2 0 0 0 0 3 1 3 2 0 0 0 3 1 0 0 0 0 0 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 2 0 0 0 0 0 0 0 0 0 3 1 0 0 0 1 0 0 3 1 0 0 0 0 3 1 0 0 1 0 0 0 0 0 3 2 0 0 0 0 1 ⎠ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎞
From now on we apply the usual theory of Markov chains: we evaluate N = ( I − Q ) − 1 in order to find N R , that is
N R = ⎝ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ 4 3 6 4 3 9 1 2 9 1 0 1 2 9 6 1 4 3 2 4 3 6 4 3 9 4 3 2 1 4 3 1 0 1 2 9 3 5 1 2 9 2 0 4 3 7 4 3 2 1 4 3 1 0 4 3 1 6 4 3 2 4 4 3 2 8 4 3 1 6 4 3 3 4 4 3 1 6 4 3 2 4 ⎠ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎞
Hence, probability P is the sum of the n r i 3 , 1 ≤ i ≤ 7 , weighted with the probability that s i occurs as the first state plus the probability that s 1 0 = Y Y Y Y occurs as first state, i.e.
P = P ( s 1 0 ) + i = 1 ∑ 7 n r 3 i ⋅ P ( s i ) = 1 2 9 6 4
Eventually
2 5 8 P = 1 2 8