SOLUTION: 62​% of men consider themselves professional baseball fans. You randomly select 10 men and ask each if he considers himself a professional baseball fan. Find the probability

Algebra ->  Probability-and-statistics -> SOLUTION: 62​% of men consider themselves professional baseball fans. You randomly select 10 men and ask each if he considers himself a professional baseball fan. Find the probability       Log On


   



Question 1073953: 62​% of men consider themselves professional baseball fans. You randomly select 10 men and ask each if he considers himself a professional baseball fan. Find the probability that the number who consider themselves baseball fans is​ (a) exactly​ five, (b) at least​ six, and​ (c) less than four.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
62​% of men consider themselves professional baseball fans. You randomly select 10 men and ask each if he considers himself a professional baseball fan.
Binomial Problem with p = 0.62 and n = 10
------------
Find the probability that the number who consider themselves baseball fans is​
(a) P(exactly​ five) = binompdf(10,0.62,5) = 0.1829
(b) at least​ six = 1 - binomcdf(10,0.62,5) = 0.6823
(c) less than four = binomcdf(10,0.62,3) = 0.0413
------------
Cheers,
Stan H.
-------------