document.write( "Question 961540: A committee of four is to be selected from a group of sixteen people. How many different committees are possible, given the following conditions?
\n" );
document.write( "a) One person is the chair, and the rest are general members?
\n" );
document.write( "b) One person is the chair, one person is the secretary, one person is responsible for refreshments, and one person cleans up after meetings.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many five card poker hands consisting of all hearts are possible?\r
\n" );
document.write( "\n" );
document.write( "How many five card poker hands consisting of all cards of the same suit are possible? \n" );
document.write( "
Algebra.Com's Answer #587531 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A committee of four is to be selected from a group of sixteen people. How many different committees are possible, given the following conditions? \n" ); document.write( " a) One person is the chair, and the rest are general members? \n" ); document.write( "Pick a chairman:: 16 ways \n" ); document.write( "Pick 3 others:: 15C3 = 455 ways \n" ); document.write( "Ans: 16*455 = 7200 \n" ); document.write( "------------------------------------ \n" ); document.write( " b) One person is the chair, one person is the secretary, one person is responsible for refreshments, and one person cleans up after meetings. \n" ); document.write( "Ans: 16*15*14*13 = 43600 \n" ); document.write( "------------------------------------ \n" ); document.write( " \n" ); document.write( "How many five card poker hands consisting of all hearts are possible? \n" ); document.write( "Ans:: 13C5 = 1287 \n" ); document.write( "------------------- \n" ); document.write( "How many five card poker hands consisting of all cards of the same suit are possible? \n" ); document.write( "Ans: 4*13C5 = 5148 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |