I'd say the chance that x is true is 68.8%
If circumstance P is true, then there is a 80% chance of x being true and a a 20% chance of y being true. |
This means that Prob(x/P)=0.8 and Prob(y/P)=0.2.
If circumstance W is true, then there is an 86% chance of x being true and a 14% chance of y being true. |
This means that Prob(x/W)=0.86 and Prob(y/W)=0.14.
What is asked here is Prob(x/PW).
By definition, it's Prob(A/B)=Prob(AB)/Prob(B).
Therefore, Prob(x/P)=Prob(xP)/Prob(P)=0.8 and Prob(x/W)=Prob(xW)/Prob(W)=0.86.
Also, assuming P and W are independent, Prob(x/PW)=Prob(xPW)/Prob(PW)=Prob(xPW)/[Prob(P)*Prob(W)]
Now, if P and W are independent, so are xP and xW,
which means that Prob(xPW)=Prob(xPxW)=Prob(xP)*Prob(xW).
It easily follows that Prob(x/PW)=Prob(x/P)*Prob(x/W)=0.8*0.86=0.688.
Useful link ->
http://en.wikipedia.org/wiki/Conditional_probability
EDIT: Mmm... This looks good in theory, but suppose we had this:
If circumstance P is true, then there is a 80% chance of x being true.
If circumstance W is true, then there is an 100% chance of x being true. |
Then, if P and W are true, common sense says
that there's a 100% chance of x being true...
I think I'm missing something here...
I'll just go back to watching my movie...
EDIT2:
m4ster r0shi wrote: |
---|
Now, if P and W are independent, so are xP and xW |
This is wrong. I'll just have to assume that xP and xW are independent too.