A Markov chain X0, X1, X2, ... has the transition probability matrix
0 1 2
0 (0.3 0.2 0.5)
P = 1 (0.5 0.1 0.4)
2 (0.5 0.2 0.3)
and initial distribution p0 = 0.5 and p1 = 0.5. Determine the probabilities Pr{X0 = 1, X1 = 1, X2 = 0} and Pr{X1 = 1, X2 = 1, X3 = 0}.