document.write( "Question 1149051:  A Campfire Girls troop has 14 members. In how many different ways can the leader appoint 3 members to clean up camp?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #770378 by rothauserc(4718)     You can put this solution on YOUR website! The problem is asking how many combinations of 14 members taken 3 members at a time are there, that is, \n" ); document.write( ": \n" ); document.write( "14C3 = 14!/(3! * (14-3)!) = (14 * 13 * 12)/6 = 14 * 13 * 2 = 364 ways \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |