SOLUTION: A coin is tossed 9 times. What is the probability that the coin will land heads at least 7 times?

Algebra ->  Algebra  -> Permutations -> SOLUTION: A coin is tossed 9 times. What is the probability that the coin will land heads at least 7 times?      Log On

Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!
Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!

   


Question 76116: A coin is tossed 9 times. What is the probability that the coin will land heads at least 7 times?
Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(48545) About Me  (Show Source):
You can put this solution on YOUR website!
A coin is tossed 9 times. What is the probability that the coin will land heads at least 7 times?
It's a binomial problem with n=9, p=1/2, 7<=x<=9
Use"1- binomcdf(9,0.5,6)" on your TI calculator.
Ans:0.08984375...
========
Cheers,
Stan H.

Answer by Edwin McCravy(6936) About Me  (Show Source):
You can put this solution on YOUR website!

A coin is tossed 9 times. What is the 
probability that the coin will land heads 
at least 7 times?

This is a binomial probability. You can 
find it directly from a binomial
table, a TI-83 calculator, or entirely 
from the formula.

Using the formula: 

C%28n%2Cx%29p%5En%2Aq%5E%28n-x%29

gives the probability that in n trials 
there will be exactly x successes
where

p = the probability of one success in 
one trial and q = 1-p = the probability 
of one failure in one trial.

C%28n%2Cx%29+=+n%21%2F%28x%21%28n-x%29%21%29

In the case of a coin, p = 1/2 and q = 1 - 1/2 = 1/2

P(coin landing heads at least 7 times out of 9 tosses) =

P(coin landing exactly 7 times out of 9) +   
       P(coin landing exactly 8 times out of 9) +
              P(coin landing exactly 9 times out of 9) =

C%289%2C7%29%281%2F2%29%5E7%281%2F2%29%5E2+%2B+C%289%2C8%29%281%2F2%29%5E8%281%2F2%29%5E1+%2B+C%289%2C9%29%281%2F2%29%5E9%281%2F2%29%5E0 =

C%289%2C7%29%281%2F2%29%5E9+%2B+C%289%2C8%29%281%2F2%29%5E9+%2B+C%289%2C9%29%281%2F2%29%5E9 =

Factor out %281%2F2%29%5E9

%281%2F2%29%5E9%2A%28C%289%2C7%29+%2B+C%289%2C8%29+%2B+C%289%2C9%29%29 =

%281%2F512%29%2A%28C%289%2C7%29+%2B+C%289%2C8%29+%2B+C%289%2C9%29%29

which gives the desired probability.

To calculate this we need:

C%289%2C7%29+=+9%21%2F%287%21%289-7%29%21%29=+9%21%2F%287%212%21%29=%289%2A8%2A7%2A6%2A5%2A4%2A3%2A2%2A1%29%2F%28%287%2A6%2A5%2A4%2A3%2A2%2A1%29%282%2A1%29%29=36

C%289%2C8%29+=+9%21%2F%288%21%289-8%29%21%29=+9%21%2F%288%211%21%29=%289%2A8%2A7%2A6%2A5%2A4%2A3%2A2%2A1%29%2F%28%288%2A7%2A6%2A5%2A4%2A3%2A2%2A1%29%281%29%29=9

C%289%2C9%29+=+9%21%2F%289%21%289-9%29%21%29=+9%21%2F%289%210%21%29=%289%2A8%2A7%2A6%2A5%2A4%2A3%2A2%2A1%29%2F%28%289%2A7%2A6%2A5%2A4%2A3%2A2%2A1%29%281%29%29=1

Therefore the desired probability =

%281%2F512%29%2A%28C%289%2C7%29+%2B+C%289%2C8%29+%2B+C%289%2C9%29%29+=+%281%2F512%29%2836%2B9%2B1%29=+46%2F512+=+23%2F256+=+.08984375 

----------------------------------------------

If you use a TI-83 or TI-84 calculator, type in

1 - binomcdf(9,1/2,6)

then press ENTER and you get .08984375

To get binomcdf( , press 2nd, then VARS, then 
scroll down to binomcdf( , then press ENTER.

Edwin