SOLUTION: Someone flips 15 biased coins once. The coins are weighted such that the probability of a head with any coin is 0.85. (a) What is the probability of getting exactly 14 heads?

Algebra.Com
Question 584299: Someone flips 15 biased coins once. The coins are weighted such that the probability of a head with any coin is 0.85.
(a) What is the probability of getting exactly 14 heads?

(b) What is the probability of getting at least 14 heads?

(c) What is the probability of getting exactly 3 tails?

Would I use the equation p= n!/(r!)(n-r)* p^r q^n - r

Answer by solver91311(24713)   (Show Source): You can put this solution on YOUR website!


Yep:

The probability of successes in trials where is the probability of success on any given trial is given by:



Where is the number of combinations of things taken at a time and is calculated by

For part (a) you want:



Calculation Hint:

For part (b) you want the probability of exactly 15 plus the result of part (a):




Calculation Hint: and , hence:



Part (c) is just straightforward fill in the numbers, get out the calculator, and crunch noting that the probability of a tail is 1 minus the probability of a head (save for that very, very tiny probability that the coin lands on its edge):



On the other hand you can save yourself a boatload of arithmetic drugery if you open up a spreadsheet (Excel under Windows or Numbers on a Mac, they both work the same), pick a convenient empty cell, and type in:

Part (a)

=BINOMDIST(14,15,0.85,false)

Part (b)

=BINOMDIST(14,15,0.85,false) + BINOMDIST(15,15,0.85,false)

Alternatively you could enter:

=1 - BINOMDIST(13,15,0.85,true)

Part (c)

=BINOMDIST(3,15,0.15,false)

John

My calculator said it, I believe it, that settles it
The Out Campaign: Scarlet Letter of Atheism


RELATED QUESTIONS

Tom has three coins. Two are fair and one is an unfair coin weighted so that heads is... (answered by Edwin McCravy)
Pam has seven coins. She flips each coin once. What is the probability that all coins... (answered by jorel555)
Sue has two coins. One is fair, with head on one side and tail on the other. The... (answered by Fombitz)
Tom has three coins. Two are fair and one is an unfair coin weighted so that heads is... (answered by Boreal)
two biased coins with probability of head is 0.3 on coin one and probability of head is... (answered by mathmate)
A box contains 3 coins: one coin with two sides-head & tail, one coin two headed and one... (answered by ewatrrr)
the theoretical proportion of heads should be 50% in flips of a coin. The law of large... (answered by scott8148)
Two coins are available, one is fair and other is two headed. Choose a coin and toss it... (answered by MathLover1,ikleyn)
What is the probability of obtaining at least one head in 3 flips of a coin? (answered by Alan3354)