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
Every period that the process spends in state 0 incurs a cost of $2. Every period that the process spends in state 1 incurs a cost of $5. Every period that the process spends in state 2 incurs a cost of $3. What is the long run cost per period associated with this Markov chain?