document.write( "Question 376632: From a pool of 16 candidates, 9 men and 7 women, the offices of president, vice president, secretary and treasurer will be filled. What is the probability that all four of the offices will be filled by women? \n" ); document.write( "
Algebra.Com's Answer #267979 by penguin_129(5)\"\" \"About 
You can put this solution on YOUR website!
The way to choose 4 women for 4 positions : 7C4 = 35
\n" ); document.write( "The way to select randomly for 4 positions : 16C4 = 1820
\n" ); document.write( "Probability that all four of the offices will be filled by women:
\n" ); document.write( "35/1820 = 0.01923
\n" ); document.write( "
\n" );