document.write( "Question 1114944: A manager wants to assign 20 workers to four distinct construction jobs. These jobs require 6, 4, 3, and 7 workers respectively. In how many different ways can the manager assign the workers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #729859 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! I think it would be 20C6 * 14C4 * 10C3 * 7C7 = \n" ); document.write( "— \n" ); document.write( "It seems arbitrary to assign the group of 6 workers first, but this result is independent of which group you assign first. Even if you group, say, the 7 workers first for their job, the result is the same:\r \n" ); document.write( "\n" ); document.write( "20C7 * 13C6 * 7C4 * 3C3 = \n" ); document.write( "— \n" ); document.write( "Of course, more complex assignments are possible (assign job 1 to a person from group of 6, assign job 2 to a person from the group of 3, etc.), but the number of possible ways should still be the same. \n" ); document.write( " \n" ); document.write( " |