SOLUTION: Suppose an unfair coin comes up heads 30.9% of the time if it is flipped. If the coin is flipped 14 times, what is the probability that: a) it comes up heads exactly 9 times? b)

Algebra.Com
Question 880822: Suppose an unfair coin comes up heads 30.9% of the time if it is flipped. If the coin is flipped 14 times, what is the probability that:
a) it comes up heads exactly 9 times?
b)it comes up tails more than 11 times?

Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
Suppose an unfair coin comes up heads 30.9% of the time if it is flipped. If the coin is flipped 14 times, what is the probability that:
----
Binomial Problem with p(heads) = 0.309 and p(tails) = 0.691
a) it comes up heads exactly 9 times?
P(x = 9) = 14C9*(0.309)^9*(0.691)^5 = binompdf(14,0.301,9) = 0.0068
-------------------------------------
b)it comes up tails more than 11 times?
P(12<= x <=14) = 1 - P(0<= x <=11) = 1 - binomcdf(14,0.691,11) = 0.1140
===================
Cheers,
Stan H.
===================

RELATED QUESTIONS

Suppose that an unfair coin comes up heads 53.7% of the time. The coin is flipped a total (answered by stanbon)
Hi. I need help with this binomial probability problem. Suppose that an unfair coin... (answered by mathmate)
an unfair coin lands heads 65% of the time. This coin is flipped 1500 times. What is the... (answered by Boreal)
An unfair coin comes up heads 52.7% of the time. The coin is flipped a total of 19 times. (answered by ewatrrr)
A fair coin comes up heads twice in a row. If it is flipped again, what is the... (answered by brysca)
A coin is suspected to be unfair. It is flipped 100 times and is heads 88 times. What... (answered by Boreal)
An unfair coin has a probability 𝑝 = 0.13 of landing on heads when flipped.... (answered by stanbon)
Suppose a fair coin is flipped 12 times. What is the probability that it will land heads... (answered by ikleyn)
A fair coin is flipped ten times. What is the probability of the coin landing heads up... (answered by mathmate)