(a) The probability of getting wet is 0.2 (rain), and the probability of staying dry is 0.8 (no rain).
(b) The limiting fraction (stationary distribution) for this Markov chain is
.
How to find probability and limiting fraction?
To determine the transition probabilities:
(a) Transition Probabilities:
If Xₙ = 0, she is without an umbrella. The probability of getting wet is 0.2 (rain), and the probability of staying dry is 0.8 (no rain). So, the transition probabilities are:
![\[P(X_(n+1) = 0 | X_n = 0) = 0.8\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/w6994o8un8vv4u1rlw4xaprozj00l6rmu7.png)
![\[P(X_(n+1) = 1 | X_n = 0) = 0.2\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/abfonr898sbiz5jgc6n1acadv2actact9f.png)
If Xₙ = 1, she has one umbrella. The probability of getting wet is 0.2 (rain), and the probability of staying dry is 0.8 (no rain). The transition probabilities are:
![\[P(X_(n+1) = 0 | X_n = 1) = 0.2\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/lqr7n2oi3k6twrunfc8m41ktmgb6kud3ri.png)
![\[P(X_(n+1) = 1 | X_n = 1) = 0.8\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/hxnlltc5fmlevrhmbek2cuzgtrr5itumzk.png)
![\[P(X_(n+1) = 2 | X_n = 1) = 0.2\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/biavimhfkz5ockkdcj9q5rhx4mo5lficaw.png)
If Xₙ = 2, she has two umbrellas. The probability of getting wet is 0.2 (rain), and the probability of staying dry is 0.8 (no rain). The transition probabilities are:
![\[P(X_(n+1) = 1 | X_n = 2) = 0.2\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/ua5ticuanlcp2vm83my26ltcgdf5j0rke8.png)
![\[P(X_(n+1) = 2 | X_n = 2) = 0.8\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/zufpd5xold1z1bk4pb9y8fpylrkxfrs6b4.png)
![\[P(X_(n+1) = 3 | X_n = 2) = 0.2\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/r27dr1yutgrqc7xxwdg1q948bqhew6edp4.png)
If Xₙ = 3, she has three umbrellas. The probability of getting wet is 0.2 (rain), and the probability of staying dry is 0.8 (no rain). The transition probabilities are:
![\[P(X_(n+1) = 2 | X_n = 3) = 0.2\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/91fo34zslvycbjuewd8eo6mrnyelwq1qn4.png)
![\[P(X_(n+1) = 3 | X_n = 3) = 0.8\]](https://img.qammunity.org/2024/formulas/mathematics/high-school/imb184ortix7gvsv8rw4gr6gygpm87fr3u.png)
(b) Limiting Fraction:
To calculate the limiting fraction, find the stationary distribution. This involves solving the system of equations πP = π,
where π = stationary distribution vector and
P = transition probability matrix.
The limiting fraction is the stationary distribution vector π. Solving the system of equations:
The transition probability matrix P is as follows:
![\[ P = \begin{bmatrix} 0.8 & 0.2 & 0 & 0 \\ 0.2 & 0.8 & 0.2 & 0 \\ 0 & 0.2 & 0.8 & 0.2 \\ 0 & 0 & 0.2 & 0.8 \end{bmatrix} \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/u99asy8225qrhw8h2ey8qj132qbpn8h9nc.png)
Let
,
where π is the limiting fraction for state i.
The system of equations is given by:
![\[ p_0 \cdot 0.8 + p_1 \cdot 0.2 = p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/ni05a3pphnwh4o5vrt609dzgpmgzf0gfhy.png)
![\[ p_0 \cdot 0.2 + p_1 \cdot 0.8 + p_2 \cdot 0.2 = p_1 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/xocamriliwfgqk06nss1vcsetw50mxfubo.png)
![\[ p_1 \cdot 0.2 + p_2 \cdot 0.8 + p_3 \cdot 0.2 = p_2 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/phq8pivxiavm2cl376iqplj7egq9vm3s2l.png)
![\[ p_2 \cdot 0.2 + p_3 \cdot 0.8 = p_3 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/92f9dignd3dxvpx87znq2h2hfflew48w3g.png)
Now, solve this system of equations. Starting with the first equation:
![\[ 0.8p_0 + 0.2p_1 = p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/5nul7u9l5ydqtuslqj3gkth0zsa6c2nw8p.png)
![\[ 0.2p_1 = 0.2p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/gzc3ikn5squ5xe7rpn9stbwyozvy7x3gtj.png)
![\[ p_1 = p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/b9g5uosocfsb59jm4iiqqrf3hyef81wzc7.png)
Moving on to the second equation:
![\[ 0.2p_0 + 0.8p_1 + 0.2p_2 = p_1 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/h23gu1ufaituhv1zsfdip05ntc3l31bj4t.png)
![\[ 0.2p_0 + 0.8p_0 + 0.2p_2 = p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/8uem87vdhlutjzy187lz1yfx5g3d1qzpsu.png)
![\[ 1.0p_0 + 0.2p_2 = p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/oti1qgckbu25it8a52m6ymvy3lv4xkmzyf.png)
![\[ 0.2p_2 = 0.0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/4mljnv1clv4ttx7pots1tjmb6pv39g9qo1.png)
![\[ p_2 = 0.0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/vmorfk5ihryshp8wvziom2vjxhlxid2ipv.png)
Now, the third equation:
![\[ 0.2p_1 + 0.8p_2 + 0.2p_3 = p_2 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/oiet05k265p8hnvih1e0tbbu6qmjesqo2h.png)
![\[ 0.2p_0 + 0.8p_0 + 0.2p_3 = 0.0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/70fndtdsgu3m2va8oeipfvwqdu6ubmz8i4.png)
![\[ 1.0p_0 + 0.2p_3 = 0.0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/rv6w464qqqaiizkua3q2edbc1zfhw6ee0d.png)
![\[ 0.2p_3 = -1.0p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/7te91dj982q6kx8pwfno2kxwoa5x90ljzs.png)
![\[ p_3 = -5.0p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/rlfsvpxbkniy4nqv9axg5id810wo0o5rbd.png)
Finally, the fourth equation:
![\[ 0.2p_2 + 0.8p_3 = p_3 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/ffbzcemfq8lv6x6dbg37eoxxmnhtcekc26.png)
![\[ 0.2 \cdot 0 + 0.8 \cdot (-5.0p_0) = -5.0p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/qbwijkvt449u2oeeiha9aqy4awlznr6d00.png)
![\[ -4.0p_0 = -5.0p_0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/o6z7yyou7kyk0oif9rhmywfmvm4ijtbojy.png)
![\[ p_0 = 0 \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/lihr0kdpjyw3ba48ymzvfjd243wtjsss4t.png)
Now, since
,
, and
, normalize the vector to make it a valid probability distribution:
![\[ \pi = [0, 0, 0, 1] \]](https://img.qammunity.org/2024/formulas/mathematics/high-school/k9uvk8ato81mrlu1osn1snbpxmbvobzxk7.png)
So, the limiting fraction (stationary distribution) for this Markov chain is
.