Roman C. answered 12/17/15
Tutor
5.0
(852)
Masters of Education Graduate with Mathematics Expertise
When I learned Markov Chains, the rows were the ones representing the current state and the columns represented the next one, which is the traditional representation. Your matrix P is the transpose of that format, but it doesn't affect analysis much. Here it goes.
1. You need P2 to solve this part.
P2 =
⌈0.2 0.4⌉ ⌈0.2 0.4⌉
⌊0.8 0.6⌋ ⌊0.8 0.6⌋ =
⌈0.36 0.32⌉
⌊0.64 0.68⌋
⌊0.64 0.68⌋
So is there is a 0.36 chance that you return to state 1.
2. From the P2 matrix we computed, it is most likely to return to state 2 since it has a 0.68 chance of doing so.
3. We now only look at matrix P. The first transition must be to state 1, which has 0.4 chance, then to state 2, which has 0.8 chance, and back to state 1 which has 0.4 chance.
Thus the answer is (0.4)(0.8)(0.4) = 0.128 chance.