document.write( "Question 1101393: In hospital, there are 12 nurses and 4 doctors,then:
\n" );
document.write( "if a committee of 4 nurses and 2 doctors is to be chosen. How many different possibilities are there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #715981 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "You can choose 4 nurses in 12C4 ways. \n" ); document.write( "You can choose 2 doctors in 4C2 ways.\r \n" ); document.write( "\n" ); document.write( "The number of possible committees of 4 nurses and 2 doctors is thus: 12C4 * 4C2 = 2970 \n" ); document.write( " |