document.write( "Question 456788:  A group of 9 people is going to be formed into committees of 4, 3, and 2, people.  How many committees can be formed if:\r
\n" );
document.write( "\n" );
document.write( "a) A person can serve on any number of committees?
\n" );
document.write( "b) No person can serve on more than one committee? \n" );
document.write( "
Algebra.Com's Answer #313435 by stanbon(75887)    ![]() You can put this solution on YOUR website! A group of 9 people is going to be formed into committees of 4, 3, and 2, people. How many committees can be formed if: \n" ); document.write( "a) A person can serve on any number of committees? \n" ); document.write( "Ans: 9C4*9C3*9C2 = 381,024 \n" ); document.write( "======================================================== \n" ); document.write( "b) No person can serve on more than one committee? \n" ); document.write( "Pick 4: 9C4 \n" ); document.write( "Pick 3: 5C3 \n" ); document.write( "Pick 2: 2C2 \n" ); document.write( "---------------------- \n" ); document.write( "Ans: 9C4*5C3*2C2 = 1260 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "  |