Flip two coins, if at least one is heads, what is the probability of both being heads?

46.5k Views Asked by At

Quick basic question here to make sure I understand conditional probability properly.

You flip two coins, and at least one of them is heads. What is the probability that they are both heads?

Now, I think the answer to this is $\frac{1}{3}$, for the following explanation. If $A$ is the event that the first coin lands heads, and $B$ is the result that the second coin lands heads, then what we're looking for is $P(A \cap B | A \cup B)$. The probability of both $A$ and $B$ is $\frac{1}{2}$, so $A \cup B$ is $\frac{3}{4}$. The probability of $A \cap B$ is $P(A|B)P(B)$, which is $\frac{1}{2}(\frac{1}{2}) = \frac{1}{4}$. Therefore, the probability is $\frac{\frac{1}{4}}{\frac{3}{4}} = \frac{1}{3}$.

Now, besides the obvious question of whether or not this is actually right, I'm wondering: why is it that $P(A|B) = P(A)$? Is it because these are independent events? If so, can I use this fact as proof that these are independent events?

Thanks for the help!

2

There are 2 best solutions below

0
On BEST ANSWER

Very easy solution to this not even requiring any formulas. There are only $4$ possible outcomes of $2$ fair coin flips: (HH, HT, TH, TT). If we know one of them is a H, then we can concentrate on just (HH, HT, and TH) since TT has no heads. Both HT and TH will result in the other coin being a tail and only the HH will result in the other coin being a head so it is $1$ good outcome out of $3$ possible and they are all equally likely so the correct answer is $1/3$ probability. Done!

0
On

It depends on how you came by the information that "at least one of them was heads".

I'm not sure why no one brings this up, it's an incredibly important piece of information that's missing. Try and apply this theory to reality and prepare to be confused.

For example, if you're blind, and you flip two coins, a machine sees them and says "at least one of the coins is heads" what are the odds the other coin is heads?

In that case you flipped two coins and are given that "at least one of them is heads".

It's not 33%! It depends on the rule your machine is following when he talks. If his rule is "If at least one coin shows heads, I will always inform them of such and never anything else" then yes, it'll be 33%. But if it's rule is almost anything else, it won't be!

For example if it's rule is "I will always inform him regarding one of the coins that I see" Then half the time He'll say heads, half the time he'll say tails.

The sample space in that scenario is (assuming each flip combination happens twice for full sample space)

HH says Heads 2 times TH says Heads 1 time and Tails 1 time HT says Heads 1 time and Tails 1 time TT says Tails 2 times

In that more likely case where the machine randomly chose one coin to tell you of, If he tells you "one of the coins is heads" the 2/4 times the other coin will be heads too. 50%, not 33%

Whenever you see the word "given that..." always wonder, "but how is it given?". (I mean maybe not useful in a math test, but 100% needed in real life probabilities)

All I'm saying is knowing that "at least one of the coins is heads" is a given, is not nearly enough information if you don't know how it was given.