document.write( "Question 1120711: 41% 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 #736388 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 41% 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 \n" ); document.write( "(a) exactly five \n" ); document.write( "P(x = 5) = 10C5*0.41^5*0.59*5 = binompdf(10,0.41,5) = 0.2087... \n" ); document.write( "---------- \n" ); document.write( "(b) at least six \n" ); document.write( "P(6<= x <=10) = 1-binomcdf(10,0.41,5) = 0.1834.. \n" ); document.write( "------------- \n" ); document.write( "(c) less than four. \n" ); document.write( "P(0<= x <=3) = binomcdf(10,0.41,3) = 0.358.... \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( " |