document.write( "Question 571391: A board of directors consisting of 8 males and 4 females must select a 4 member panel, from amung its members, for hiring a CEO. What is the probability that the hiring panel will be all females? \n" ); document.write( "
| Algebra.Com's Answer #368064 by stanbon(75887)      You can put this solution on YOUR website! A board of directors consisting of 8 males and 4 females must select a 4 member panel, from amung its members, for hiring a CEO. What is the probability that the hiring panel will be all females? \n" ); document.write( "--- \n" ); document.write( "Number of ways to choose 4 females: 4C4 = 1 \n" ); document.write( "-- \n" ); document.write( "Number of random groups of 4: 12C4 = 495 \n" ); document.write( "--- \n" ); document.write( "P(4 females chosen) = 1/495 \n" ); document.write( "====== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |