Coin Flip Probability: Biased Coin with 0.6 Probability Flipped 2/10 Times

Click For Summary
SUMMARY

The discussion centers on calculating probabilities related to a biased coin that lands heads with a probability of 0.6. For two flips, the probability of getting an even number of heads (0 or 2) is calculated as P(HH) + P(TT) = (0.6)^2 + (0.4)^2 = 0.36 + 0.16 = 0.52. For part (b), given that more heads than tails appear, the probability that all flips are heads is P(HH | more heads) = 1. When extending to ten flips, the calculations involve the binomial distribution, specifically using combinations to find the probability of getting an even number of heads and the conditional probability of all heads given more heads than tails.

PREREQUISITES
  • Understanding of basic probability concepts
  • Familiarity with binomial distribution
  • Knowledge of conditional probability
  • Ability to calculate combinations (nCr)
NEXT STEPS
  • Study the binomial distribution and its applications in probability
  • Learn how to calculate conditional probabilities
  • Explore Bernoulli trials and their significance in probability theory
  • Practice calculating probabilities using combinations and permutations
USEFUL FOR

Students of probability theory, data analysts, statisticians, and anyone interested in understanding biased coin probabilities and binomial distributions.

dspampi
Messages
16
Reaction score
0
A biased coin that lands heads with probability 0.6 is flipped 2 times.

a. What is the probability of getting an even number of heads?
b. Given that more heads than tails appear, what is the probability that all of the flips are H?
c. same as (a) except now the coin is flipped 10 times instead of 2
d. same as (b) except now the coin is flipped 10 times instead of 2


So for this problem I figure there are still 4 possible outcomes for a and b...being HH HT TH TT.
For even number of heads, HH or TT must happen.

So is the probability = P(HH) + P(TT) / Possible outcomes?


and for B...since more Heads is the condition, then P(HH) = 1.

C and d I'm not sure how to start since there are 2^10 possible outcomes right?
 
Physics news on Phys.org
dspampi said:
A biased coin that lands heads with probability 0.6 is flipped 2 times.

a. What is the probability of getting an even number of heads?
b. Given that more heads than tails appear, what is the probability that all of the flips are H?
c. same as (a) except now the coin is flipped 10 times instead of 2
d. same as (b) except now the coin is flipped 10 times instead of 2

For even number of heads, HH or TT must happen.

So is the probability = P(HH) + P(TT) / Possible outcomes?

You don't need to divide by anything. Since these are mutually exclusive events, just simply add the probabilities together.

dspampi said:
and for B...since more Heads is the condition, then P(HH) = 1.

Correct

dspampi said:
C and d I'm not sure how to start since there are 2^10 possible outcomes right?

Do you know what a bernoulli trial is? If not...

http://en.wikipedia.org/wiki/Bernoulli_trial

Same idea here. Find the probability for each valid number of heads and add them together.
 
dspampi said:
A biased coin that lands heads with probability 0.6 is flipped 2 times.

a. What is the probability of getting an even number of heads?
b. Given that more heads than tails appear, what is the probability that all of the flips are H?
c. same as (a) except now the coin is flipped 10 times instead of 2
d. same as (b) except now the coin is flipped 10 times instead of 2


So for this problem I figure there are still 4 possible outcomes for a and b...being HH HT TH TT.
For even number of heads, HH or TT must happen.

So is the probability = P(HH) + P(TT) / Possible outcomes?


and for B...since more Heads is the condition, then P(HH) = 1.

C and d I'm not sure how to start since there are 2^10 possible outcomes right?

You have stated the result for (b) badly: it is not true that P{HH} = 1, but it is true that P{HH|more heads} = 1. It is a _conditional_ probability.

As for (c) and (d): have you studied the binomial distribution yet?

RGV
 
Ok so let see if I finally get this.

So for (A) I add up the probability of getting HH and TT
Which would be (.6)^2 + (0.4)^2

For (C) now there are 6 possibilities to get an even number of heads.
So does that mean its simply (10C6) (.6)^6*(.4)^4

I have a feeling that this is wrong and I'm calculating the probability of getting 6 heads...not sure :(

and again lost I'm lost for D since not sure about C
 
Or I suppose what would make more sense would be:
(10C0) (.6)^10*(.4)^0 + (10C2) (.6)^8*(.4)^2 +...(10C10) 1*(.4)^10 ?
 
dspampi said:
Or I suppose what would make more sense would be:
(10C0) (.6)^10*(.4)^0 + (10C2) (.6)^8*(.4)^2 +...(10C10) 1*(.4)^10 ?

That looks better for (c).

Using binomial again you have a big fraction.
Denominator is Sample Space - all those cases where the number of heads exceeds the number of tails.
Numerator = event space - which is the one(s) which have all heads.
 
dspampi said:
Ok so let see if I finally get this.

So for (A) I add up the probability of getting HH and TT
Which would be (.6)^2 + (0.4)^2

Are you saying that with 2 flips of the coin and getting no heads ie TT is an even number of heads?

And with 2 flips would you agree or not agree that cases a) and b) are the same?
 
256bits said:
Are you saying that with 2 flips of the coin and getting no heads ie TT is an even number of heads?

Yes, since 0 heads is an even number of heads.

256bits said:
And with 2 flips would you agree or not agree that cases a) and b) are the same?

They are not the same. For a), you're allowing 0 or 2 heads. For b), you're allowing more heads than tails, i.e. 2 heads.
 
gb7nash said:
Yes, since 0 heads is an even number of heads.



They are not the same. For a), you're allowing 0 or 2 heads. For b), you're allowing more heads than tails, i.e. 2 heads.

Well, I would have taken HH as being 2 head flips and TT as being no head flips, in which case a) and b) would be the same.
I agree, with HH and TT as even heads interpretation they are not the same.
 
  • #10
Even with your interpretation, the two probabilities aren't the same. Part (b) is asking for the probability of two heads given that you know that there were more heads than tails. It's a conditional probability.
 

Similar threads

Replies
4
Views
5K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
4
Views
3K
  • · Replies 29 ·
Replies
29
Views
7K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 24 ·
Replies
24
Views
5K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K