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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top