MHB Probability of second heads on fifth flip

  • Thread starter Thread starter schinb65
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion centers on calculating the probability of getting a second head on the fifth flip of a coin. The initial approach involved using basic probability and binomial distribution, but it was clarified that the negative binomial distribution is more appropriate for this scenario. The correct method involves determining the arrangement of flips leading to one head in the first four tosses and ensuring the fifth toss is a head. The final probability is calculated as 1/4 for the first four flips multiplied by 1/2 for the fifth flip, resulting in a probability of 1/8. Understanding the arrangement of successes and failures is crucial for solving such probability problems accurately.
schinb65
Messages
12
Reaction score
0
Hello,

I am wondering how to do this problem. I have a way that gave me the correct answer but I would not want to do this every time or for large numbers.

What I did:
So 2^5 equals 32 since the probability is 1/2 and I want 5 flips. Then I have 4 ways that the 2nd head will land on the 5th flip. So I have 4/32. which is 12.5%

I also tried Binomial distribution but did not get the correct answer.
5C2(.5)^2(.5)^3. I know that this will not work since the second head can be in any location but do not remember how I can make it work for this problem or if it would even work.
 
Mathematics news on Phys.org
Re: second head on fifth flip

Hi schinb65,

The problem is really important for this question because it gives us the situation from which we choose how to answer it. Flipping coins is usually binomial related but it's better to be too clear than not clear enough. I believe the question is something like "if you flip a coin until you reach a total of 2 heads what is the probability that the 2nd heads occurs on flip number 5?"

This appears to use the negative binomial distribution. I won't define everything here but there are two ways of thinking of this distribution: 1) counting the number of failures before the last success 2) counting the number of trials to achieve k successes

You have three variables to use in the probability function: k, r and p. k is the number of successes, r is the number of failures and p is the probability of a success.

If [math]P(X=k)=\binom{k+r-1}{k}(1-p)^r p^k[/math] can you use the above information to solve this? I think the first try you made is very close the to answer. The binomial coefficient should be different though. It can't be [math]\binom{5}{2}[/math] because that would allow the 5th flip to be tails some of the time, which isn't allowed.

Jameson
 
Re: second head on fifth flip

Hello, schinb65!

A coin is tossed 5 times.
Find the probability that the second Head occurs on the fifth toss.
In the first 4 tosses, we want 3 Tails and 1 Head in some order.
. . This probability is: .(_4C_3)\left(\tfrac{1}{2}\right)^3\left(\tfrac{1}{2}\right) \:=\:\tfrac{1}{4}

Then we want a Head on the fifth toss: \tfrac{1}{2}

Therefore, the probability is: .\tfrac{1}{4}\cdot\tfrac{1}{2} \;=\;\tfrac{1}{8}
 
Re: second head on fifth flip

soroban just owned me, haha. (Punch)

This particular question can be answered like soroban showed, and the method is pretty intuitive. Like I mentioned, the problem the OP had was with understanding which terms are being arranged and which are not.

If these questions stay simple enough that you can imagine the experiment in your head, then that way is fine. If you are asked to write the explicit probability formula for some situation though and it's expected to be able to shift between writing in terms of counting the failures versus counting the successes, then you will probably be looking into the fine print but it is a bit overkill for this question I suppose.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top