Question

1) A day on a planet X can be in 2 states: sunny or rainy. The...

1) A day on a planet X can be in 2 states: sunny or rainy. The climate of planet X is determined by the following pattern: every sunny day is followed by a sunny day with a probability of 2/3, and every rainy day is followed by a rainy day with a probability of 1/3.
(a) Find the transition matrix that represents the above change in weather pattern.
(b) Find a steady state vector for the above Markov system.

2) Bill and Cam are playing the following game: each player has a coin and decides whether to leave it as heads or tails before showdown (both player reveals their coin simultaneously). If both coins are heads, Bill wins $2. If both are tails, Bill wins $0.50. Otherwise, Cam wins $1. Find the optimal strategy for Bill.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

We would be looking at the first question here as:

Q1) We are given the probabilities here as:
P(Sunny --> Sunny) = 2/3, therefore P(sunny --> rainy) = 1 - (2/3) = 1/3

Also, P(rainy --> rainy) = 1/3 and therefore, P(rainy --> sunny) = 1 - (1/3) = 2/3

a) Therefore using the above probabilities the transition probability matrix here is given as:

P = \begin{pmatrix} (2/3) &(1/3) \\ (2/3) & (1/3) \end{pmatrix}

This is the required matrix here.

b) Let the steady state probabilities here be X, Y respectively for sunny and rainy days.

Therefore, we have here:
X + Y = 1

From first column, we have here:
X = (2/3)X + (2/3)Y
(1/3)X = (2/3)Y
X = 2Y

Therefore, 3Y = 1

Y = 1/3 and X = 2/3

Therefore the steady state vector here is given as:

= \begin{pmatrix} 2/3 \\ 1/3 \end{pmatrix}

Add a comment
Know the answer?
Add Answer to:
1) A day on a planet X can be in 2 states: sunny or rainy. The...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1) If you roll 4 fair dice, what is the probability that the sum of the...

    1) If you roll 4 fair dice, what is the probability that the sum of the face-up values is less than 22 OR all the face-up values are equal? 2) Billy and Cam are playing the following game: each player has a coin and decides whether to leave it as heads or tails before showdown (both player reveals their coin simultaneously). If both coins are heads, Billy wins $2. If both are tails, Billy wins $0.50. Otherwise, Cam wins $1....

  • Billy and Cam are playing the following game: each player has a coin and decides whether...

    Billy and Cam are playing the following game: each player has a coin and decides whether to leave it as heads or tails before showdown (both player reveals their coin simultaneously). If both coins are heads, Billy wins $2. If both are tails, Billy wins $0.50. Otherwise, Cam wins $1. Find the optimal strategy for Billy.

  • The weather on any given day in a particular city can be sunny, cloudy, or rainy....

    The weather on any given day in a particular city can be sunny, cloudy, or rainy. It has been observed to be predictable largely on the basis of the weather on the previous day. Specfically: • if it is sunny on one day, it will be sunny the next day 3/10 of the time, and be cloudy the next day 1/2 of the time • if it is cloudy on one day, it will be sunny the next day 3/10...

  • player 2 H T player 1 H 1,-1 -1,1 T -1,1 1,-1 Consider a game of...

    player 2 H T player 1 H 1,-1 -1,1 T -1,1 1,-1 Consider a game of matching pennies as described above. If the pennies match player 2 pays player 1 $1 (both get head or tail). If the pennies are not matched player 1 pays player 2 $1 ( head , tail or tail , head). H represents heads and T represents Tails 1. (2 points) What is the set of strategies for each player? 2. (5 points) Is there...

  • Please explain how to find X2, deviations, and degrees freedom I. Chance. (2) 1. What is...

    Please explain how to find X2, deviations, and degrees freedom I. Chance. (2) 1. What is the expected ratio? Table 1. Results of Tossing One Coin 50 Times Results Deviation (O-EVE Expected Deviation Heads (H) Tails (T) Total 7 c. Degrees of Freedom- d. Range of probability that deviations are due to chance- e. Accept or reject hypothesis (are the observed close enough to the expected to be due to chance?) II. Independent Events Occurring Simultaneously. a. The results of...

  • 1. (6 pts) Consider a non-negative, discrete random variable X with codomain {0, 1, 2, 3,...

    1. (6 pts) Consider a non-negative, discrete random variable X with codomain {0, 1, 2, 3, 4, 5, 6} and the following incomplete cumulative distribution function (c.d.f.): 0 0.1 1 0.2 2 ? 3 0.2 4 0.5 5 0.7 6 ? F(x) (a) Find the two missing values in the above table. (b) Let Y = (X2 + X)/2 be a new random variable defined in terms of X. Is Y a discrete or continuous random variable? Provide the probability...

  • 1. Suppose that random variables X and Y are independent and have the following properties: E(X)...

    1. Suppose that random variables X and Y are independent and have the following properties: E(X) = 5, Var(X) = 2, E(Y ) = −2, E(Y 2) = 7. Compute the following. (a) E(X + Y ). (b) Var(2X − 3Y ) (c) E(X2 + 5) (d) The standard deviation of Y . 2. Consider the following data set: �x = {90, 88, 93, 87, 85, 95, 92} (a) Compute x¯. (b) Compute the standard deviation of this set. 3....

  • 1) Continuous random variables are obtained from data that can be measured rather than counted. A)...

    1) Continuous random variables are obtained from data that can be measured rather than counted. A) True B) False 2) Discrete variables have values that can be measured. A) True B) False 3) Determine whether the random variable described is discrete or continuous. The number of minutes you must wait in line at the grocery store A) continuous B) discrete 4) Determine whether the random variable described is discrete or continuous. The total value of a set of coins A)...

  • 1. If you are tossing a fair coin 4 times and X - the absolute difference...

    1. If you are tossing a fair coin 4 times and X - the absolute difference between the number of HEADs and the number of TAILs, write down the pmf table for X. Find its mean and the standard deviation. [51 2. If you are drawing two cards (one-by-one with replacement), without looking, from a well-shuffled deck of 52 cards, what is the total count of the sample space? What is P(both are aces)? What is P(at least one of...

  • This is the sequence 1,3,6,10,15 the pattern is addin 1 more than last time but what is the name for this pattern These are called the triangular numbers The sequence is 1 3=1+2 6=1+2+3 10=1+2+3+4 15=1+2+3+4+5 You can also observe this pattern

    This is the sequence 1,3,6,10,15 the pattern is addin 1 more than last time but what is the name for this patternThese are called the triangular numbers The sequence is 1 3=1+2 6=1+2+3 10=1+2+3+4 15=1+2+3+4+5 You can also observe this pattern x _________ x xx __________ x xx xxx __________ x xx xxx xxxx to see why they're called triangular numbers. I think the Pythagoreans (around 700 B.C.E.) were the ones who gave them this name. I do know the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT