document.write( "Question 217738: 1. A club consist of 20 members. In how many ways can a committee of 4 be selected? \n" ); document.write( "
Algebra.Com's Answer #164099 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A club consist of 20 members. In how many ways can a committee of 4 be selected? \n" ); document.write( "----------------- \n" ); document.write( "The 1st choice is 1 of 20, then 1/19, 1/18, 1/17. \n" ); document.write( "That's 20*19*18*17 = 116280 possibilities. \n" ); document.write( "--------------- \n" ); document.write( "But, since choosing A,B,C&D is the same as choosing D,C,A & B, it has to be divided by 4*3*2*1 = 24 \n" ); document.write( "116280/24 = 4845 \n" ); document.write( " \n" ); document.write( " |