SOLUTION: 10. A coin is tossed 20 times, what’s the probability of getting exactly 10 heads? What is the variance and the mean?
Algebra.Com
Question 1011689: 10. A coin is tossed 20 times, what’s the probability of getting exactly 10 heads? What is the variance and the mean?
Answer by rothauserc(4718) (Show Source): You can put this solution on YOUR website!
We start with the formula for binomial probabilities
P(x) = ( N! / x!(N-x)! ) * p^x * (1-p)^(N-x)
where P(x) is the probability of x successes out of N trials, N is the number of trials, and p is the probability of success on a given trial. Applying this to our problem
********************************************************************************
x=10, N=20, p=0.50
P(10) = ( 20! / 10!(20-10)! ) * (0.50)^10 * (1-0.50)^(20-10)
P(10) = 0.176197052 approx 0.18
*******************************************************************************
mean = Np = 20 * (0.50) = 10
variance = Np(1-p) = 20*(0.50)(1-0.50) = 5
RELATED QUESTIONS
a coin is tossed 15 times. what is the probability of exactly 10... (answered by ewatrrr)
a biased coin has 1 in 10 chance of landing heads. If tossed 400 times, what is the... (answered by stanbon,Theo)
A coin is tossed seventeen times, find the probability of getting exactly 6... (answered by stanbon)
A coin is tossed five times. Find the probability of getting exactly two... (answered by stanbon)
Suppose a coin is tossed three times:
a. What is the probability of getting exactly... (answered by ewatrrr,drvidmar)
What is the probability of getting 2 heads if a coin is tossed 3... (answered by stanbon)
A fair coin is tossed 7 times. What is the probability of obtaining exactly 4... (answered by Edwin McCravy)
a fair coin is tossed 16 times what is the probability of obtaining heads exactly once
(answered by ikleyn)
A balanced coin is tossed 8 times. What is the probability of getting exactly 2 heads... (answered by edjones)