document.write( "Question 1101324: In hospital, there are 12 nurses and 4 doctors. If a committee contains 6 persons, what is the probability that two doctors in this committee? \n" ); document.write( "
Algebra.Com's Answer #715888 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
In hospital, there are 12 nurses and 4 doctors. If a committee contains 6 persons, what is the probability that two doctors in this committee?
\n" ); document.write( "-----
\n" ); document.write( "# of ways to pick 2 doctors:: 4C2 = 6
\n" ); document.write( "# of ways to pick 4 nurses:: 12C4 = (12*11*10*9)/(1*2*3*4) = 99*5 = 495
\n" ); document.write( "----
\n" ); document.write( "# of committies with 2 docs and nurses = 6*495
\n" ); document.write( "# of random committies with 6 persons = 16C6
\n" ); document.write( "-------------
\n" ); document.write( "P(condition) = (6*495)/16C6 = (6*495)/8008 = 0.3709
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-------------
\n" ); document.write( "
\n" );