document.write( "Question 466219: From a small class of 24 students with 8 men and 16 women, if a random sample of 5 students is drawn without replacement, what is the probability of getting exactly 3 men? \n" ); document.write( "
Algebra.Com's Answer #319537 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! From a small class of 24 students with 8 men and 16 women, if a random sample of 5 students is drawn without replacement, what is the probability of getting exactly 3 men? \n" ); document.write( "---------------- \n" ); document.write( "# of ways to select 3 men: 8C3*16C2 = 6720 \n" ); document.write( "------------------- \n" ); document.write( "# of ways to select 5 from 24: 24C5 = 42504 \n" ); document.write( "--------------------- \n" ); document.write( "P(3 men and 2 women) = 6720/42504 = 0.1581 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |