edited by
902 views
2 votes
2 votes
A Gambler has four coins in his pocket. Two are double-headed, one is double-tailed and one is normal coin. The coins cannot be distinguished until one looks at them. The gambler takes a coin at random, opens his eyes and sees that the upper face of the coin is the head. What is the probability that the lower face is a head?

Given answer is 4/5.

I think it should be 2/3.
edited by

1 Answer

Best answer
2 votes
2 votes
This types of questions are always interesting. Initially it seems like that question is asking what is the probability of selecting a two headed coin, as we are given that upper part is Head. The answer that directly jumps is:

$ Prob(Lower\; side\;is\;head) = \frac{2}{4}\; = \frac{1}{2}$

but the questions, in which something is "GIVEN", we need to be careful as this changes the whole "SAMPLE SPACE" and Bayes theorem has to be used.

$ Prob(A|B) = \frac{Prob(A \cap B)}{Prob(B)} $, so here

A: Lower side is Head

B: Upper side is Head

$Prob(B) = \frac{1}{4}(1+1+0+\frac{1}{2}) = \frac{5}{8}$

$Prob(A \cap B) = \frac{1}{2} $. this is selecting a two headed coin.

so answer is:

$ Prob(A|B) = \frac{Prob(A \cap B)}{Prob(B)} = \frac{\frac{1}{2}}{\frac{5}{8}} = \frac{4}{5}$
selected by

Related questions

4 votes
4 votes
3 answers
2
Sona Barman asked Jan 11, 2018
3,163 views
When we should use Total probability and Baye's Theorem? Explain with examples.
1 votes
1 votes
2 answers
4