document.write( "Question 310501: A hat contains 20 names, 9 of which are female. If eight names are randomly drawn from the hat, what is the probablility that at least six male names are drawn? \n" ); document.write( "
Algebra.Com's Answer #222020 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A hat contains 20 names, 9 of which are female; 11 of which are male. \n" ); document.write( "If eight names are randomly drawn from the hat, what is the probability that at least six male names are drawn? \n" ); document.write( "--- \n" ); document.write( "P(x>=6) = P(x=6) + P(x=7) + P(x=8) \n" ); document.write( "--- \n" ); document.write( "(11C6 + 11C7 +11C8)/20C8 \n" ); document.write( "--- \n" ); document.write( "= 957/125970 \n" ); document.write( "------------------ \n" ); document.write( "= 0.0076 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |