document.write( "Question 1127620: The athletic department of a school has 12 full time coaches and 4 of them are female. The director selects two coaches at random from this group. The probability that neither of them is a female is: \n" ); document.write( "
Algebra.Com's Answer #744050 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The athletic department of a school has 12 full time coaches and 4 of them are female. The director selects two coaches at random from this group. \n" ); document.write( "# of female 4 ; # of male 8 \n" ); document.write( "------ \n" ); document.write( "The probability that neither of them is a female is: \n" ); document.write( "# of non-female pairs:: 8C2 = (8*7)/(1*2) = 28 \n" ); document.write( "# of random pairs:: 12C2 = (12*11)/(1*2) = 66 \n" ); document.write( "----- \n" ); document.write( "Ans: P(2 non-female selected) = 28/66 = 42% \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |