2

Problem Two coins are tossed. What's the probability of 2-head given at least 1 head?

I got the answer to be: $$P = \dfrac{(1/2)(1/2)}{1 - 1/4} = \dfrac{1}{3}$$ but I have a feeling it should be greater than this, could anyone help me out?

roxrook
  • 12,081

2 Answers2

2

If you know that the coins are fair and the tosses are independent, and if the "given at least 1 head" is strictly interpreted (you know that, and just that), your answer is correct. A priori (without the additional "at least 1 head" condition), you had four equiprobable cases. The condition removes one of the four possible cases, but does not say anything more (hence the three remaining cases remain equiprobable). Hence, the probability of the case "2-heads" is 1/3.

If you feel this is incorrect, perhaps you are thinking (wrongly here) along the lines of this related problem. That statement might sound equivalent to this one, but it's not.

leonbloy
  • 63,430
1

There are 8 possible combinations of 3 coin toss: HHH THH HTH HHT TTH THT HTT & TTT but given that 1 H is observed, so TTT was elimated. So 7 left possible combination..but the question is the probability of at least 2 H. (HHH THH HTH HHT) Therefore the answer is 4/7

Jayden
  • 11