document.write( "Question 1038090: 44% 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 #652823 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 10C5(0.44)^5*(0.56)^5=0.2289 \n" ); document.write( "fewer than 4 \n" ); document.write( "10C3(0.44^3)(0.56^7)=0.1765 \n" ); document.write( "10C2(0.44^2)(0.56^8)=0.0843 \n" ); document.write( "10C1(0.44^1)(0.56^9)=0.0238 \n" ); document.write( "for 0, it is 0.56^10=0.0030 \n" ); document.write( "That is 0.2876 \n" ); document.write( "=================== \n" ); document.write( "4 or more is therefore 0.7124 \n" ); document.write( "exactly 4 is 10C4(0.44^4)(0.56^6)=0.2427 \n" ); document.write( "exactly 5 is 0.2289 from above \n" ); document.write( "So at least 6 is 0.7124-0.2427-0.2289=0.2408 \n" ); document.write( " |