Consider the Markov chain whose transition matrix is
$$ P = \left( \begin{array}{ccc} 1 & 0 & 0 \\ \frac{1}{4} & \frac{1}{2} & \frac{1}{4} \\ 0 & 0 & 1 \\ \end{array} \right) $$
How many stationary distributions does the chain admit?
I did the $\pi P=\pi , \pi=(\pi_1,\pi_2,\pi_3)$ and found that $\pi_2=0$ so it doesn't admit a stationary distribution? And why?