Probability of Heads in Coin Flips: 5-Flip Experiment

  • Thread starter Thread starter chemrr
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion focuses on calculating the probability of getting at most 4 heads when flipping a fair coin 5 times, utilizing the binomial distribution formula. The key parameters include N (number of trials), k (desired number of heads), and p (probability of heads per flip). To find the probability of at most 4 heads, one must sum the probabilities of getting 0, 1, 2, 3, and 4 heads. The expected number of heads can be calculated as the average of heads across all trials, while the standard deviation is determined by the square root of the average squared differences from this mean. Understanding these calculations is essential for solving the problem effectively.
chemrr
Messages
2
Reaction score
0

Homework Statement


fair coin is flipped 5 times
what is the probability that there will be at most 4 heads?

What is the expected number of heads?

What is the standard deviation for number of heads?I have no idea how to approach this question because I am unsure of what formulas need to be used :(
 
Physics news on Phys.org
Can you tell us what formulas do you know?
 
The key formula here will be the binomial distribution. It allows you to calculate the probability that you will obtain a specified result a specified number of times, given the number of total trials, and provided that there are only two possible outcomes. The formula is:


__N!__(p)\stackrel{k}{}(1-p)\stackrel{(N-k)}{} = P
k!(N-k)!

where N=number of trials
p=probability that the specified outcome will occur in one trial
P=probability that the specified outcome will occur k times

So for instance, if you are dealing with a fair coin, and you want to know the probability that a heads will be flipped 2 times in 6 tries,
N=4 (your number of tries)
k=2 (you want the probability that it will turn up heads twice)
p=0.50 (a fair coin has a 50% chance of landing on heads in one flip)
P= probability that you will get 2 heads after 6 flips (in this particular situation P=0.234)

This should be enough information to help you find out the probability that 4 heads will turn up in 5 flips. However, the question asks "What is the probability that you will get at most 4 heads?". This is just the probability of getting 4, plus the probability of getting three, etc.

The standard deviation is just the square root of the average squared distance from the average value (so if angled brackets denote the average of a certain quantity and \sigma is the standard deviation, \sigma=\sqrt{<(x-<x>)^{2}>} )

What this means for you is that you should first find the average number of heads using the probability that 1 head will be flipped in 5 tries, the probability that 2 heads will be flipped in 5 tries, and so on (up to 5 heads in 5 tries). This average corresponds to <x> in the formula above. Then calculate the average squared difference between each of these probabilities and the mean (average (x-&lt;x&gt;)^{2}) and take the square root of the result.

*There are actually formulas that would speed up some of these calculations, (such as the standard deviation calculation), but since you haven't listed any known equations, here's a minimal formula solution.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top