Probability involving coin flips

  • Thread starter Thread starter Kalinka35
  • Start date Start date
  • Tags Tags
    Probability
Kalinka35
Messages
48
Reaction score
0

Homework Statement


We are flipping a coin with probability p of getting heads n times.
A "change" occurs when an outcome is different than the one before it. For example, the sequence HTHH has 2 changes.
If p=1/2 what is the probability that there are k changes?

Homework Equations


I've been working with the probability mass function of a binomial random variable:
(n C k) pk(1-p)n-k

The Attempt at a Solution


For the n flips there are n-1 possible "gaps" between flips when change could occur.
I then reasoned that at the end of every flip since you a flipping a fair coin, there is a 1/2 chance of getting a change and a 1/2 chance of not getting a change. My resulting formulation for probability of k changes in n flips was:
(n-1 C k)((1/2)k)((1/2)n-k)
but I worked out explicitly the probabilities of k changes for n=2, 3, and 4 and this function did not give me at all correct answers. I'm not sure how I should approach it differently.
 
Physics news on Phys.org
You've the right idea with (n-1 C k) counting the numbers of ways to get k flips in n throws in terms of where it flips. So how many total ways are there of throwing the coin n times and getting k flips? Now how many ways of throwing the coin n times without that restriction? Isn't the ratio going to be the probability?
 
"So how many total ways are there of throwing the coin n times and getting k flips? "
I say it's (n-1 C k) again.

"Now how many ways of throwing the coin n times without that restriction?"
2n

So this would give (n-1 C k)/2n, but when I run it against my calculated probabilities this gives half the value of the original answer. So it seems I should multiply by 2 in the formula. Not sure how to justify that though. Is it because you can have changes from H to T and T to H?
 
Kalinka35 said:
"So how many total ways are there of throwing the coin n times and getting k flips? "
I say it's (n-1 C k) again.

"Now how many ways of throwing the coin n times without that restriction?"
2n

So this would give (n-1 C k)/2n, but when I run it against my calculated probabilities this gives half the value of the original answer. So it seems I should multiply by 2 in the formula. Not sure how to justify that though. Is it because you can have changes from H to T and T to H?

Yes, if you have k flips, you can either start with H or T. 2*(n-1 C k) total ways, right?
 
Okay that was my line of reasoning. I just wanted to be sure I wasn't making a major miscalculation.
Thanks very much for your clear explanation.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top