document.write( "Question 473736: A city council with nine members must appoint a three person subcommittee. How many subcommittees are possible? \n" ); document.write( "
Algebra.Com's Answer #324948 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! This will be solved using combinations because there is no order within the sub-committees. \n" ); document.write( "How many groups of 3 can be made from 9 members. \n" ); document.write( "Combination formula: \n" ); document.write( "9C3 = \n" ); document.write( "9! can be written as 9*8*7*6! \n" ); document.write( "Notice that the 6! can be cancelled on top and bottom, leaving \n" ); document.write( " \n" ); document.write( "You can simplify things by doing more cancelling, \n" ); document.write( "= \n" ); document.write( "Therefore there are 84 sub-committees possible. \n" ); document.write( " |