A and B both tell the truth with probability 3/4 and lie with probability 1/4. A watches a cricket match and talks to B about the outcome (a cricket match can have 3 outcomes namely: win, lose & draw). B, in turn, tells C, "A told me that India won". What probability should C assign to India's win?
I applied Baye's formula as:
W = Event that India won according to C
X = Event that A told B that India didn't win
Y = Event that B lied to C
So,
X' = Event that A didn't tell B that India didn't win = Event that A told B that India won
Y' = Event that B didn't lie to C = Event that B told the truth to C
For C :
P(W) = P(Y'|X').P(X') + P(Y|X).P(X)
= 3/4 . P(X') + 1/4 . P(X) [B's telling lie(or truth) to C is independent of A's telling lie(or truth) to B] ....... (1)Now Let :
I = Event that India actually won (Probability is 1/3)
A = Event that A tells the truth
P(X') = P(A|I).P(I) + P(A'|I').P(I')
= 3/4 . 1/3 + 1/4 . 2/3 [A's telling lie(or truth) is independent of India's win(or lose)] = 5/12 .......... (2)And
P(X) = P(A'|I).P(I) + P(A|I').P(I')
= 1/4 . 1/3 + 3/4 . 2/3 = 7/12 ..........(3)So, From Equation 1 we get :
P(W) = 3/4 . 5/12 + 1/4 . 7/12
= 11/24
But the answer is 10/16.