document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #688695 by stanbon(75887)![]() ![]() ![]() 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. \n" ); document.write( "Binomial Problem with p = 0.62 and n = 10 \n" ); document.write( "------------ \n" ); document.write( "Find the probability that the number who consider themselves baseball fans is \n" ); document.write( "(a) P(exactly five) = binompdf(10,0.62,5) = 0.1829 \n" ); document.write( "(b) at least six = 1 - binomcdf(10,0.62,5) = 0.6823 \n" ); document.write( "(c) less than four = binomcdf(10,0.62,3) = 0.0413 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |