436 views
4 votes
4 votes
Consider four coins, three of which are fair, that is they have heads on one side and tails on the other and both are equally likely to occur in a toss. The fourth coin has tails on both sides. Given that one coin amongst the four is picked at random and is tossed, and the outcome is seen to be tail, what is the probability that its other side is heads

1 Answer

Best answer
3 votes
3 votes

X1 => We choosed fair coin

X2 => We choosed biased coin

X3 => we got tails

So we need to fid P(X1 | X3 ) that means if tails come then what is the probability that the coin is fair

so P(X3 | X1 ) =  1/2

and P(X3 | X2 ) = 1

P(X1) = 3/4

P(X2) = 1/4

P(X3) = P(X3 | X1 )*P(X1) + P(X3 | X2 )*P(X2) = $\frac{1}{2}*\frac{3}{4}+1*\frac{1}{4}=\frac{5}{8}$

P(X3 | X1 ) * P(X1) = P(X1 | X3) * P(X3)

so  P(X1 | X3) = $\frac{\frac{1}{2}*\frac{3}{4}}{\frac{5}{8}}=\frac{3}{5}$

selected by

Related questions

0 votes
0 votes
0 answers
2
Debargha Mitra Roy asked Sep 26, 2023
180 views
Determine the geometric distribution for which the mean is 3 and variance is 4.
2 votes
2 votes
2 answers
4