document.write( "Question 563784: 35% of women consider themselves fans of proffesional baseball. You randonly selected six women and ask each if she considers herself a fan of proffesional baseball.\r
\n" );
document.write( "\n" );
document.write( "Construct a binomial distribution using n = 6 and p = .35 \n" );
document.write( "
Algebra.Com's Answer #365086 by stanbon(75887) ![]() You can put this solution on YOUR website! 35% of women consider themselves fans of profesional baseball. You randonly selected six women and ask each if she considers herself a fan of profesional baseball. \n" ); document.write( "Construct a binomial distribution using n = 6 and p = .35 \n" ); document.write( "----- \n" ); document.write( "P(x = 0) = 0.65^6 \n" ); document.write( "P(x = 1) = 6*0.35*0.65^5 \n" ); document.write( "P(x = 2) = 6C2*0.35^2*0.65^4 \n" ); document.write( "P(x = 3) = 6C3*0.35^3*0.65^3 \n" ); document.write( "etc. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |