document.write( "Question 913151: The sales force of a business consists of 10 men and 10 women. A production unit of 6 people is set up at random. What is the probability that it will include least one women? \r
\n" );
document.write( "\n" );
document.write( "The probability that it will include of at least one women is:
\n" );
document.write( "(simplify your answer. Type an integer or fraction) \n" );
document.write( "
Algebra.Com's Answer #554491 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sales force of a business consists of 10 men and 10 women. A production unit of 6 people is set up at random. What is the probability that it will include least one women? \n" ); document.write( " ------------------ \n" ); document.write( "Binomial Problem with n == 6 and p(women selected) = 1/2 \n" ); document.write( "----------------- \n" ); document.write( "P(at least one women) = 1 - p(no women selected) = 1-(1/2)^6 = 63/64 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |