document.write( "Question 601051: 3. A division has 12 employees, 8 males and 4 females.
\n" ); document.write( "(a) (3 points) In how many ways can a committee of 6 members can be selected from out of these 12?
\n" ); document.write( "12c6 = 924 ways
\n" ); document.write( "(b) (3 points) Find the probability that a random committee contains all males?
\n" ); document.write( "P(6 males) = 8C6/12C6 = 28/924
\n" ); document.write( "(c) (3 points) Suppose that the committee should have one President which has to be a female and two ordinary members who must be males.
\n" ); document.write( "How many different committees are possible?
\n" ); document.write( "4 x 8 x 7 x 9 x 8 x 7 = 112896\r
\n" ); document.write( "\n" ); document.write( "are any of these correct?
\n" ); document.write( "

Algebra.Com's Answer #379585 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
You are correct. Nice job. Just be sure to reduce the answer in part b) \n" ); document.write( "
\n" );