There are three coins on the table showing "Heads". Every round, Danny comes and turns a coin upside down: the left one with probability of $1\over 2$, the middle with probability of $1\over 3$ and the right with probability of $1\over 3$. Let $X_n$ be the number of coins showing "Heads" after $n$ rounds. Find $\lim \limits_{n\to \infty}Pr(X_n=0)$.
What I did so far is drawing a graph of 8 events, and arriving at a symmetric, stochastic matrix, that is: $A=\begin{pmatrix}0&{1\over 6}&{1\over 3}&{1\over 2}&0&0&0&0\\{1\over 6}&0&0&0&{1\over 3}&{1\over 2}&0&0\\{1\over 3}&0&0&0&{1\over 6}&0&{1\over 2}&0\\{1\over 2}&0&0&0&0&{1\over 6}&{1\over 3}&0\\0&{1\over 3}&{1\over 6}&0&0&0&0&{1\over 2}\\0&{1\over 2}&0&{1\over 6}&0&0&0&{1\over 3}\\0&0&{1\over 2}&{1\over 3}&0&0&0&{1\over 6}\\0&0&0&0&{1\over 2}&{1\over 3}&{1\over 6}&0 \end{pmatrix}$
I am to compute, I guess, $\mu A^n$ where $\mu=(1,0,0,0,0,0,0,0)$, but I can't possible do this with this matrix. I thought of diagonalizing it by eigenvalues and eigenvectors, but I think it is too complex as well. Maybe I am wrong and I don't have to look for $\mu A^n$. What can I do, or what do I better do to answer this question? I would really appreciate your help.
I do not know which state does each row and column of the Markov Chain represents.
However, you already have the transition matrix, which is irreducible and aperiodic, so you just need to solve the equation
$\pi P = \pi$
where $\pi$ is a row vector, corresponding to each row of the matrix, then
$\lim_{n\rightarrow\infty}P(X_n=0)=\pi_{TTT}$
You should take some time to read the wikipedia page on Markov chains carefully.