Three coins are tossed. If one of them shows a tails, what is the probability that all three coins show tails? [duplicate]

To solve the following problem

Three coins are tossed. If one of them shows a tails, what is the probability that all three coins show tails?

I tried $1\cdot\frac12\cdot\frac12$ where $1$ is the probability for the first coin that shows tails, and $\frac12$ is the probability for the other two coins that can be heads or tails.

This answer does not match the expected one. Where am I wrong?


Solution 1:

The contrast between your interpretation and that in the other answers points out that there is an ambiguity in the wording of the question, in particular in the use of "one". You interpret it as "the first". The other answerers interpret it as "at least one". Someone might interpret it as "exactly one" in which case the answer would be 0.

To elaborate on Henry's comment: suppose the three coins are tossed but I have placed cups over them so you cannot see them.

  • If you are allowed to pick one cup and lift it, and after doing that you see the coin under that cup was tails, we are in your interpretation of the problem.
  • If I am allowed to look under the cups (but you aren't) and I tell you afterwards: 'at least one coin shows tails' then we are in the other posters answer to the problem.
  • If you pick a cup but are not allowed to look under it, and I (knowing the outcome of all three coins) lift a different cup, showing that the coin under that one is tails (and offer you to change cups even if that is irrelevant for the current question, but hey, perhaps we are in a game-show, who knows?), then you can only compute the probability of three tails under some assumptions about what is going on in my head (e.g. would I always show you heads if I had the chance?).

The important thing is that all three scenario's are consistent with the given that 'one of them shows a tails'. So in other words: the answer depends on how you interpret this given and you should go complain to the person who gave you this riddle.

Solution 2:

Here is the chart of every possible outcome where there is at least one tails:

$$\begin{array}{c|c|c}1 & 2 & 3 \\ \hline H & H & T \\ H & T & H \\ H & T & T \\ T & H & H \\ T & H & T \\ T & T & H \\ T & T & T\end{array}$$

There are 7 possibilities (each equally likely) where at least one coin is a tails. Only one of them is all tails. The probability is $$\dfrac{1}{7}$$

Solution 3:

Let E $=$ all three coins show tail.

Let F $=$ one of the coins show tail.

$E=\{TTT\}$

$F=\{HHT, HTH, THH, HTT, THT, TTH, TTT\}$

$$P(E|F)=\dfrac{P(E\cap F)}{P(F)}$$ where $P(F)=\dfrac78$ and $P(E\cap F)=\dfrac18$

Therefore, the probability that all the three coins show tails is $$P(E|F)=\dfrac{P(E\cap F)}{P(F)}=\dfrac{\dfrac18}{\dfrac78}=\dfrac18\times\dfrac87=\dfrac17$$

Solution 4:

The issue is, you don't know which coin shows tails. So, let's count all the possible 3 coin tosses that include tails. In fact, there is only one combination, i.e., HHH, where there are no tails.

So, the number of ways of getting 3 tails (1) is divided by the new total number of possibilities (8-1). So the answer is $\frac17$.

Solution 5:

Answer concerning the scenario "at least one coin shows a tail".

Let $T$ denote the number of tails that are thrown.

Then you are looking for:$$P(T=3\mid T\geq1)=\frac{P(T=3\wedge T\geq1)}{P(T\geq1)}=\frac{P(T=3)}{1-P(T=0)}=\frac{\frac12\frac12\frac12}{1-\frac12\frac12\frac12}=\frac17$$


Answer concerning the scenario "exactly one coin shows a tail".

Let $T$ denote the number of tails that are thrown.

Then you are looking for:$$P(T=3\mid T=1)=\frac{P(T=3\wedge T=1)}{P(T=1)}=\frac{P(\varnothing)}{P(T=1)}=\frac{0}{P(T=1)}=0$$


Answer concerning the scenario "the first coin shows a tail".

Here I refer to your own answer. The probability then equals indeed $1\cdot\frac12\frac12=\frac14$ and your reasoning is correct if this is the aimed scenario (I have serious doubts that it is).