document.write( "Question 926313: A club has 50 members.
\n" );
document.write( "
\n" );
document.write( "a) How many ways are there to choose four members of the club to serve on an executive committee?
\n" );
document.write( "
\n" );
document.write( " [Num] ways
\n" );
document.write( "
\n" );
document.write( "b) How many ways are there to choose a president, vice president, secretary, and treasurer of the club, where no person can hold more than one office?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #562169 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! A club has 50 members \n" ); document.write( "....\r \n" ); document.write( "\n" ); document.write( " a) How many ways are there to choose four members of the club to serve on an executive committee: \n" ); document.write( " 50C4 = \n" ); document.write( "...... \n" ); document.write( "b) How many ways are there to choose a president, vice president, secretary, and treasurer of the club, \n" ); document.write( "where no person can hold more than one office? 50P4 = |