Coint toss probability question

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

Homework Help Overview

The problem involves determining the probability of obtaining exactly one head when a coin is tossed three times, given that at least one head is obtained. The discussion centers around the interpretation of probability in this context.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore different methods to calculate the probability, including brute force counting and conditional probability. Questions arise regarding the validity of summing probabilities of disjoint events and the implications of the condition "at least one head is obtained."

Discussion Status

Participants are actively engaging with each other's reasoning, questioning assumptions, and clarifying concepts related to probability. Some guidance has been offered regarding the correct interpretation of events and the use of binomial probability, but no consensus has been reached on the correct approach.

Contextual Notes

There is an emphasis on understanding the implications of the condition "at least one head is obtained," which affects the sample space and the calculation of probabilities. Participants also reference the concept of random variables and binomial distributions in their discussions.

fraggle
Messages
18
Reaction score
0

Homework Statement


A coin is tossed 3 times. at least 1 head is obtained. Determine the probability that exactly 1 head is obtained



Homework Equations





The Attempt at a Solution



brute force indicates that there 7 possible combinations:

HHH, HHT, HTH, HTT, THH, THT, TTH (because at least one heads is obtained).

Out of these we see that there are 3 occasions where there is exactly one heads.
If we let S be the sample space of all possable outcomes, and let E be the event of having exactly one heads, then a basic rule of probability indicates that the probability P(E)=|E|/|S|=3/7.

However, using another method:
fix one coin throw's result as heads. Then the probability of the other two throws being tails is (1/2)(1/2)=1/4.
Since we can fix heads 3 times, this indicates that the probability is 3(1/4)=3/4.

Can anyone spot where the flaw is in either of these attempts at a solution?
thanks
(this isn't a homework question btw)
 
Physics news on Phys.org
3/7 is when you drop "at least 1 head is obtained" out
1/4 is when when "at least 1 head is obtained" and that is the only head obtained
 
fraggle said:
However, using another method:
fix one coin throw's result as heads. Then the probability of the other two throws being tails is (1/2)(1/2)=1/4.
Since we can fix heads 3 times, this indicates that the probability is 3(1/4)=3/4.
You can't do that. Probabilities add only if the underlying events are mutually exclusive events in the same parent population. That isn't the case here.
 
housemartin said:
3/7 is when you drop "at least 1 head is obtained" out
1/4 is when when "at least 1 head is obtained" and that is the only head obtained


Can you please explain?
 
I think the flaw (in the second attempt) is the following:

You summed the probabilities of events {HTT}, {THT} and {TTH} because they are disjoint events whose union is the event targeted. The error was to consider each of them as intersections of two equally likely, independent events whose probability is 1/2 (getting two tails).
Rather, they are individual instances of a sample space with equally likely 7 elements as you deduced directly. So their probabilities are 1/7 and the desired probability equals 3(1/7)=3/7.

Have you learned random variables? If you have, I guess there's an easier way to do this exercise. Let X denote the number of heads in the three throws. Then, as each of the 3 throws is independent and the probability of obtaining a head in each of them remains constant and equal to 1/2, X is Binomial with parameters n=3 and p=1/2. The desired probability is then

P(X=1|X\geq 1)=\frac{P(X=1,X\geq 1)}{P(X\geq 1)}=\frac{P(X=1)}{1-P(X=0)}.

But since P(X=k)={n \choose k}p^k(1-p)^{n-k} for a Binomial variable, we have P(X=0)=1/8 and P(X=1)=3/8. So,

P(X=1|X\geq 1)=\frac{3/8}{1-1/8}=\frac{3/8}{7/8}=\frac{3}{7}.

Notice the comma in P(X=1,X\geq 1) means intersection.
 
hellofolks said:
I think the flaw (in the second attempt) is the following:

You summed the probabilities of events {HTT}, {THT} and {TTH} because they are disjoint events whose union is the event targeted. The error was to consider each of them as intersections of two equally likely, independent events whose probability is 1/2 (getting two tails).
Rather, they are individual instances of a sample space with equally likely 7 elements as you deduced directly. So their probabilities are 1/7 and the desired probability equals 3(1/7)=3/7.

Have you learned random variables? If you have, I guess there's an easier way to do this exercise. Let X denote the number of heads in the three throws. Then, as each of the 3 throws is independent and the probability of obtaining a head in each of them remains constant and equal to 1/2, X is Binomial with parameters n=3 and p=1/2. The desired probability is then

P(X=1|X\geq 1)=\frac{P(X=1,X\geq 1)}{P(X\geq 1)}=\frac{P(X=1)}{1-P(X=0)}.

But since P(X=k)={n \choose k}p^k(1-p)^{n-k} for a Binomial variable, we have P(X=0)=1/8 and P(X=1)=3/8. So,

P(X=1|X\geq 1)=\frac{3/8}{1-1/8}=\frac{3/8}{7/8}=\frac{3}{7}.

Notice the comma in P(X=1,X\geq 1) means intersection.

Thanks a lot, that made sense.
 

Similar threads

  • · Replies 27 ·
Replies
27
Views
5K
Replies
3
Views
1K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K