Studying for probability test and the following question came up:
A six sided die is 'fixed' so that it cannot roll the same number twice consecutively. The other 5 sides each show up with a probability $\frac{1}{5}$. Calculate
P($X_{n+1} = 5 \mid X_1 = 5$) and P($X_{n+1} = 1 \mid X_1 = 5$)
What happens as $n \rightarrow$ $\infty$?
It appears to be a markov chain problem but all I can think to do is to find the eigenvalues of the transition matrix. This seems unfeasible given that it's 6x6. My guess for the second part is that the probability tends to 1/6, as the first value becomes less and less relevant.
Collapse the six states into the two states you actually care about: "$5$" and "not-$5$". There is a well-defined transition probability from each of these to the other, so we can now work with a $2 \times 2$ matrix instead of a $6 \times 6$ matrix.
This is a very common trick with Markov chains. The hard part is making sure that you don't lose any information by grouping the states together. (Here, if we had a different probability of going $1 \to 5$ than of going $2 \to 5$, this wouldn't work.)