1

If you toss a coin randomly from two coins

  1. Fair coin
  2. Double tailed

If you got tails then what is the probability of heads being on the other side of same coin?

My approach:

Probably of picking fair or biased coin is 50/50.

Case I: fair coin is picked. Getting heads on other side is 1. Since, we already got tails

Case II: biased coin is picked Probability of getting heads is 0 since there is no heads.

Probably of the resulting probably to be 1 is 50% and vice versa.

Actual source answer. But when I looked it said 1/3.

Can anyone explain why my approach is wrong?

Poudel89
  • 21
  • 2
  • 1
    Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be closed. To prevent that, please [edit] the question. This will help you recognize and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers. – José Carlos Santos Mar 14 '23 at 09:40
  • Please see this article on MathSE protocol. As onerous as the article may appear to you, it provides a defense mechanism against the MathSE forum being used as a do my homework forum. In particular, please see the Edit-Tools section of the article, and the portion of the article that discusses showing work. It is irrelevant whether the problem is homework. What counts is whether the protocol is observed. – user2661923 Mar 14 '23 at 10:16

2 Answers2

1

I remember that even I used to struggle with such questions.
Here, the key idea is that you are already given that a tail is observed. This does not leave a $0.5$ probability to each coin. This is because the second coin has $2$ tails. So, it has a probability of $2/3$, while the other has $1/3$. So, calculating, we get: $$P = (2/3)0+(1/3)1 = \boxed{1/3}$$

This can be explained by considering a $4$ sided dice (with numbers $1-4$) and a $100$ sided die with numbers $1-100$. If I tell you that I randomly picked a dice and rolled it to get $1$, will you say that the probability that I picked the four sided dice is $0.5$?


We can directly calculate using the conditional probability formula. $$A = \{\text{there is a heads on the other side of the coin}\}$$ $$B = \{\text{tails}\}$$ Notice that $A \subset B$ so $A \cap B = A$. $$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{P(A)}{P(B)} = \frac{1/4}{3/4} = \boxed{1/3}$$

D S
  • 4,961
0

There are four faces in total, each of which could show up with equal probability.

But only three of these faces may be the tail you do see.

And just one of these tails is on a coin with a head on the other side.

Graham Kemp
  • 129,094