document.write( "Question 1204395: A jury pool consists of 35 people, 18 men and 17 women. Compute the probability that a randomly selected jury of 12 people is all male.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #840605 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "C(18,12)/C(35,12) = 18564/834451800\r\n" ); document.write( "\r\n" ); document.write( "You can reduce that fraction by dividing top and bottom by the top:\r\n" ); document.write( "\r\n" ); document.write( "1/44950 approximately = 0.00002...\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |