Probability Question

rsingh628

New member
Joined
May 31, 2021
Messages
42
Hi all, I have a probability question that I am working through and wanted to check to make sure I'm on the right track and get some guidance if I'm wrong. I've attached my scratch work, since it is a bit long. Thank you for the help.

Problem:
1668087182807.png

Approach attached:
 

Attachments

  • BF599B73-860A-45B6-A36B-DF0E0BBE1D4E.jpeg
    BF599B73-860A-45B6-A36B-DF0E0BBE1D4E.jpeg
    360.3 KB · Views: 7
  • 561784D7-073F-49BB-AC4E-26A27828C8DA.jpeg
    561784D7-073F-49BB-AC4E-26A27828C8DA.jpeg
    323.7 KB · Views: 7
I guess we are assuming no ties??

P(win | won the last game)=.8
P(win | lost the last game)=.3
P(speech | lost)=.7
P(speech | won)=.2
P(speech) = P(speech and won) + P(speech and Lost)
Take it from here
 
Where did this problem come from? It has a couple of typos that make me suspicious of the author having written the problem correctly.
I too am not getting an answer.
 
Consider a Markov Chain with 2 states, Ω={0,1}\Omega=\{0,1\}. The winning/losing probabilities are given by the transition matrix P:P:

P=[0.80.20.30.7]P=\left[\begin{matrix} 0.8 & 0.2\\ 0.3 & 0.7 \end{matrix}\right]
We are interested in knowing the fraction of the time the Markov Chain spent in each state (winning/losing) as n grows larger i.e. the limiting distribution limnπ(n)\lim_{n \to \infty} \pi^{(n)}, where π(0)=[P(X0=0)P(X0=1)]\pi^{(0)}= [P(X_0=0)\quad P(X_0=1)].

limnPn=10.2+0.3[0.20.30.20.3]\lim_{n \to \infty} P^n=\frac{1}{0.2+0.3} \left [\begin{matrix} 0.2 & 0.3\\ 0.2 & 0.3 \end{matrix} \right]
Then we have:
limnπ(n)=limnπ(0)Pn=[P(X0=0)P(X0=1)]10.5[0.20.30.20.3]=[0.60.4]\lim_{n \to \infty} \pi^{(n)}= \lim_{n \to \infty} \pi^{(0)}P^{n}= \frac{}{}[P(X_0=0)\quad P(X_0=1)]\cdot \frac{1}{0.5} \left [\begin{matrix} 0.2 & 0.3\\ 0.2 & 0.3 \end{matrix} \right]= [0.6\quad 0.4]
Thus the probability of winning is P(W)=0.6P(W) = 0.6 and the probability of losing is P(L)=0.4P(L) = 0.4.
Additionally, we are given P(SW)=0.2,P(SL)=0.7P(S|W)=0.2, P(S|L)=0.7
Therefore,
P(S)=P(SW)+P(SL)=P(SW)P(W)+P(SL)P(L)=(0.2)(0.6)+(0.7)(0.4)=0.4P(S) = P(S \cap W) + P(S\cap L)=P(S|W)P(W) + P(S|L)P(L)=(0.2)(0.6)+(0.7)(0.4)=\boxed{0.4}
 
Last edited:
Top