Let $\{X_n\},~\{Y_n\}$ be two independent Markov chains, with state space $\{1,2,3,4,5\}$, both with transition probability matrix: $$\displaystyle P=\left( \begin{array}{ccccccc} 0 & 1 & 0 & 0 & 0 \\ 1/4 & 0 & 1/4 & 1/4 & 1/4 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 1/2 & 0& 0 & 1/2 \\ 0 & 1/2 & 0 & 1/2 & 0 \\ \end{array} \right).$$ If initial states $X_0\neq Y_0$ on $\{1,2,3,4,5\}$ are given, find the probability that $X_n=Y_n$ for some $n$.
Attempt. I thought of working on $Z_n=X_n-Y_n,~n\geq 1$, and find $P(T<+\infty~|~Z=z_0),$ where $T=\inf\{k\geq 0:~Z_n=0\}$, but working with $\{Z_n\}$ doesns't seem a good choice (in terms of calculations).
Any hint will be appreciated. Thank you in advance!
Thank you in advance!
Edit. As @Did mentioned, if $X_0\neq Y_0$, the chains can not be indentically distributed.