What is the probability of flipping a coin 75 times and getting tails 30 times or fewer?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (perl):
you can use binomial distribution
OpenStudy (perl):
Let X = # tails in 75 coin flips
You want to find
P( x <= 30)
OpenStudy (perl):
Let X = # tails in 75 coin flips
You want to find P( X <= 30)
you can solve it two ways i think, using a calculator or a normal distribution approximation
OpenStudy (perl):
there are online cumulative binomial calculators
OpenStudy (hockeychick23):
ok thanks
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (perl):
the formula is exactly
SUM_{i=0}^30 (75 choose i)*1/2^75
OpenStudy (hockeychick23):
oh ok i had looked up a binomial calculator online and entered the information in there, ill try it that way
OpenStudy (hockeychick23):
ok i got 32.2%
OpenStudy (perl):
thats correct
OpenStudy (hockeychick23):
ok thanks!
Still Need Help?
Join the QuestionCove community and study together with friends!