Calculating Conditional Probability: Two Heads Result Given At Least One Head

  • Thread starter Thread starter phospho
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary

Homework Help Overview

The discussion revolves around calculating the conditional probability of obtaining two heads when two coins are tossed, given that at least one head appears. Participants explore the implications of the condition on the sample space and the probabilities involved.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants attempt to define the sample space and calculate the conditional probability using different interpretations of the outcomes. Questions arise regarding the correct application of probability rules and the impact of the condition on the sample space.

Discussion Status

The discussion is active, with participants offering various interpretations and calculations. Some express confusion about the implications of distinguishing between outcomes, while others suggest reconsidering the sample space after applying the condition of at least one head.

Contextual Notes

There is a debate about whether to treat the coins as distinguishable or indistinguishable, which affects the total number of outcomes considered in the probability calculations. Participants also question the assumptions underlying their calculations and the validity of their approaches.

phospho
Messages
250
Reaction score
0
Two coins are tossed. What is the conditional probability that two heads result given that there is a t least one head?

let S be the sample space

S = {{HH},{HT},{TH,{TT}}

P(HH|HT,TH,HH) = P(HH n HT,TH,HH)/P(HT,TH,HH) = (1/4 * 3/4) / (3/4) = 1/4

is this correct? I'm finding it hard to determine what the question is actually asking
 
Physics news on Phys.org
phospho said:
Two coins are tossed. What is the conditional probability that two heads result given that there is a t least one head?

let S be the sample space

S = {{HH},{HT},{TH,{TT}}

P(HH|HT,TH,HH) = P(HH n HT,TH,HH)/P(HT,TH,HH) = (1/4 * 3/4) / (3/4) = 1/4

is this correct? I'm finding it hard to determine what the question is actually asking

Think about what the question says: what is the conditional probability of two heads if you are told you get at least one head? The information you are told eliminates one or more of the original sample points; can you say which sample point (or points) is (or are) eliminated? For the points that remain, what are the new, adjusted, probabilities?
 
"conditional" means what it says --- a condition has been imposed. So here are two different questions:

What are the odds that two coin tosses in a row will result in two heads?

What are the odds that two coin tosses in a row will result in two heads if you add the condition that it is known that one of the tosses results in a head?
 
{{H,H}, {H, T}, {T, H}, {T,T}} is the sample space for "flip two coins and observe which side is up". The condition, "at least one head" reduces that to {{H, H}, {H, T}, {T, H}}. What fraction of that is "two heads"?
 
phospho said:
P(HH n HT,TH,HH)/P(HT,TH,HH) = (1/4 * 3/4) / (3/4)
You appear to have evaluated P(HH n HT,TH,HH) as P(HH)*P(HT,TH,HH). The two are not independent, so you cannot multiply their probabilities. Indeed, one is a subset of the other, so P(HH n HT,TH,HH) = P(HH).
 
HallsofIvy said:
{{H,H}, {H, T}, {T, H}, {T,T}} is the sample space for "flip two coins and observe which side is up". The condition, "at least one head" reduces that to {{H, H}, {H, T}, {T, H}}. What fraction of that is "two heads"?

so it's 1/3?
 
phospho said:
so it's 1/3?

That's not what I get.
 
phinds said:
That's not what I get.

here is my working:

P(HH|HT,TH,HH) = P(HH)/P(HT,TH,HH) = (1/4)/(3/4) = 1/3
 
Here's my working for coin 1 / coin 2

H/H
H/T
T/H
H/H

the two HH's are NOT the same. They are the same only if you are looking for COMBINATIONS, not probabilities.
 
  • #10
phinds said:
Here's my working for coin 1 / coin 2

H/H
H/T
T/H
H/H

the two HH's are NOT the same. They are the same only if you are looking for COMBINATIONS, not probabilities.

Every probability book I have ever seen would say there is just one HH if the coins are undistinguished (i.e., maybe distinguishable, but we don't bother to do it). You *would* be correct if you distinguished between the two coins, say one is red and the other is blue. Then the sample space would be {(RH,BH),(BH,RH),(RH,BT),(BH,RT),(RT,BH),(BT,RH),(BT,RT),(RT,BT)}, with (presumably) each sample point (i,j) having probability 1/8. One could then work the problem for this representation, but the final answer would be the same as in the simpler, undistinguished case.
 
  • #11
Ray Vickson said:
Every probability book I have ever seen would say there is just one HH if the coins are undistinguished (i.e., maybe distinguishable, but we don't bother to do it). You *would* be correct if you distinguished between the two coins, say one is red and the other is blue.

But you CAN, and I believe MUST, distinguish between the coins. One is tossed first and the other is tossed second, and this gives 4 outcomes, as I stated.
 
  • #12
phinds said:
But you CAN, and I believe MUST, distinguish between the coins. One is tossed first and the other is tossed second, and this gives 4 outcomes, as I stated.

But that is related to what I said in my post. You have 8 (NOT 4) equally-likely outcomes. I listed them all. You cannot just distinguish between head #1 and head #2 and ignore all the others: you also need to distinguish between, eg., head#1 and tail#2, head #2 and tail #1, tail #1 and tail #2, etc., etc.
 
  • #13
Ray Vickson said:
But that is related to what I said in my post. You have 8 (NOT 4) equally-likely outcomes. I listed them all. You cannot just distinguish between head #1 and head #2 and ignore all the others: you also need to distinguish between, eg., head#1 and tail#2, head #2 and tail #1, tail #1 and tail #2, etc., etc.

No, I don't think so. There is a pre-condition that at least one of the coins has a head, so you CANNOT have tail #1 and tail #2. It's ruled out.
 
  • #14
phinds said:
No, I don't think so. There is a pre-condition that at least one of the coins has a head, so you CANNOT have tail #1 and tail #2. It's ruled out.

Yes, I know that. I start with the complete sample space, having 8 equiprobable points. After conditioning, you would be left with 6 (NOT 4) equiprobable points (eliminating (T#1,T#2) and (T#2,T#1)). Among these 6 points, 2 of them correspond to two heads, so we get a conditional probability of 2/6 = 1/3, as before.
 
  • #15
OK, I see the error of my ways ... it's 1/3

Thanks
 

Similar threads

  • · Replies 24 ·
Replies
24
Views
5K
Replies
9
Views
4K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
4
Views
3K
Replies
12
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
3K