document.write( "Question 1122883: From a faculty of six professors, six associate professors, ten assistant professors,
\n" );
document.write( "and twelve instructors, a committee of size six is formed randomly. What is the
\n" );
document.write( "probability that (a) there are exactly two professors on the committee; (b) all
\n" );
document.write( "committee members are of the same rank? \n" );
document.write( "
Algebra.Com's Answer #739066 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 34 total people, number of ways to choose six is 34C6=1344904 \n" ); document.write( "exactly two professors is 6C2, and ways to choose the rest are 28C4. That product is 15*20475=307125, so probability overall is 0.2284\r \n" ); document.write( "\n" ); document.write( "There is 1 way to choose 6 professors for the committee (all of them), 1 more way for all associate professors \n" ); document.write( "10C6 for the assistant professors (210) and 12C6 for the instructors, or 924. Each of these is added for 1136 possibilities or probability 0.0008. \n" ); document.write( " |