A certain town never has two sunny days in a row. Each day is classified as being either sunny, cloudy (but dry), or rainy. If it is sunny one day, then it is equally likely to be either cloudy or rainy the next day. If it is rainy or cloudy one day, then there is one chance in two that it will be the same the next day, and if it changes then it is equally likely to be either of the other two possibilities. In the long run, what proportion of days are sunny

Respuesta :

Answer:

the proportion of days that are Sunny is 0.2

Step-by-step explanation:

Given the data in the question;

Using markov chain;

3 states; Sunny(1), Cloudy(2) and Rainy(3)

Now, based on given conditions, the transition matrix can be obtained in the following way;

[tex]\left[\begin{array}{ccc}0&0.5&0.5\\0.25&0.5&0.25\\0.25&0.25&0.5\end{array}\right][/tex]

so let the proportion of sunny, cloudy and rainy days be S, C and R respectively.

such that, from column 1

S = 0.25C + 0.25R   -------------let this be equation 1

from column 2

0.5C = 0.5S + 0.25R

divided through by 0.5

C = S + 0.5R ---------------------- let this be equation 2

now putting equation 2 into equation;

S = 0.25(S + 0.5R) + 0.25R

S = 0.25S + 0.125R + 0.25R

S - 0.25S = 0.375R

0.75S = 0.375R

S = 0.375R / 0.75

S = 0.5R

Therefore,

from equation 2; C = S + 0.5R

input S = 0.5R

C = 0.5R + 0.5R

C = R

Now, we know that, the sum of the three proportion should be equal to one;

so

S + C + R = 1

since C = R and S = 0.5R

we substitute

0.5R + R + R = 1

2.5R = 1

R = 1/2.5

R = 0.4

Hence, the proportion of days that are Rainy is 0.4

C = R

C = 0.4

Hence, the proportion of days that are Cloudy is 0.4

S = 0.5R

S = 0.5(0.4)

S = 0.2

Hence, the proportion of days that are Sunny is 0.2