Discrete Time Markov Chains: Joint, Conditional, and Marginal Distributions

Every day for lunch you have either a sandwich (state 1), a burrito (state 2), or pizza (state 3). Suppose your lunch choices from one day to the next follow a MC with transition matrix

P=[00.50.50.10.40.50.20.30.5]

Suppose today is Monday and consider your upcoming lunches.

  1. Compute and interpret in context P(T>4).
  2. Find the marginal distribution of V, and interpret in context P(V=2).
  3. Compute the expected total cost of your lunch this work week (Monday through Friday). Interpret this value as a long run average in context.
  4. Describe in detail how, in principle, you could use physical objects (coins, dice, spinners, cards, boxes, etc) to perform by hand a simulation to approximate E(V|T=4). Note: this is NOT asking you to compute E(V|T=4) or how you would compute it using matrices/equations. Rather, you need to describe in words how you would set up and perform the simulation, and how you would use the simulation results to approximate E(V|T=5).