SOLUTION: Eight coins are tossed. What is the probability that: a. there is at least one tail? b. there are at least six heads? c. three or five heads come up? d. there are at least thre

Algebra.Com
Question 1064141: Eight coins are tossed. What is the probability that:
a. there is at least one tail?
b. there are at least six heads?
c. three or five heads come up?
d. there are at least three heads?
e. two tails or four heads come up?

Answer by Edwin McCravy(20064)   (Show Source): You can put this solution on YOUR website!
Eight coins are tossed.
There are 8 trials. 

These are binomial probabilities.  
Use your TI-83 or TI-84

Find binompdf(  and  binomcdf(

by pressing 2ND then VARS then scroll down
with the down arrow key.
 
trials: 8
p: 0.5
x value:  <--this changes (the number of heads (or tails) since
heads and tails have the same probability of 0.5

What is the probability that:
a. there is at least one tail?
This is the complement event of getting 0 tails,
so we subtract from 1: 

1 - binompdf(8,0.5,0)   ENTER

0.99609375

[Note: we can also consider this problem as getting
7 or fewer heads, or binomcdf(8,0.5,7), which gives
the same answer] 

b. there are at least six heads?
This is the complement event of getting 5 or fewer heads 

1 - binomcdf(9,0.5,5)

0.14453125

[Note: we can also consider this problem as getting
2 or fewer tails, or binomcdf(8,0.5,2), which gives
the same answer]

c. three or five heads come up?
These are exact values of x: so we use binompdf

binompdf(8,0.5,3)+binompdf(8,0.5,5)

0.4375

d. there are at least three heads?
1 - binomcdf(8,0.5,2)

0.85546875

[Note: we can also consider this problem as getting
5 or fewer tails, or binomcdf(8,0.5,5), which gives
the same answer]

e. two tails or four heads come up?
binompdf(8,0.5,2)+binompdf(8,0.5,4)

0.3828125

Edwin

RELATED QUESTIONS

If three coins are tossed, what is the probability that I will get two heads and a tail? (answered by Theo)
Find exact probabilities showing all required computation. Five fair coins are tossed.... (answered by reviewermath)
Three fair coins are tossed. What is the probability that at least two are heads?... (answered by Fombitz)
Three coins are tossed.what is the probability of getting(a)all heads,(b)two heads,(c)at... (answered by natolino_2017)
six cions are flipped simultaneously. What is the probability that there are: A) At... (answered by skippo)
six cions are flipped simultaneously. What is the probability that there are: A.) At... (answered by Fombitz)
Suppose a coin is tossed three times: a. What is the probability of getting exactly... (answered by ewatrrr,drvidmar)
Two fair coins are tossed. What is the probability that at least one is a tail? (Enter... (answered by jim_thompson5910)
A coin is tossed three times. What is the probability of getting A. Two heads and a tail... (answered by math_helper)