document.write( "Question 1135526: A company’s board of directors wants to form a committee of 2 members. 8 members to choose from. How many different committees of 2 members could be formed? \n" ); document.write( "
Algebra.Com's Answer #753145 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We want the total number of combinations of 8 members taken 2 at a time \n" ); document.write( ": \n" ); document.write( "8C2 = 8!/(2! * (8-2)!) = (8 * 7)/2 = 28 different committees of 2 members \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |