document.write( "Question 815307: In how many ways can a group of 12 policemen group into 3 groups of 7, 3 and 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #490845 by KMST(5328)![]() ![]() You can put this solution on YOUR website! There are 66 ways to chose 2 out of a group of 12 if the order in which they are chosen does not matter: \n" ); document.write( " \n" ); document.write( "There are 120 ways to chose 3 from the remaining 10, \n" ); document.write( " \n" ); document.write( "if the order in which they are chosen does not matter: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "For each of the calculations above the math jargon is combinations of m elements taken from a set of n elements, calculated as \n" ); document.write( " \n" ); document.write( "So, there are 7920 ways to take a group of 2 and a group of 3 out of 12, leaving a group of 7 remaining: \n" ); document.write( " |