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. 
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.
-------------