document.write( "Question 870485: Out of 15 workers, 6 workers are assigned to a jobsite A, 4 to jobsite B and 5 to jobsite C. How many different ways can the worker be assigned? \n" ); document.write( "
Algebra.Com's Answer #524891 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Out of 15 workers, 6 workers are assigned to a jobsite A, 4 to jobsite B and 5\r\n" );
document.write( "to jobsite C. How many different ways can the worker be assigned?\r\n" );
document.write( "\r\n" );
document.write( "From the 15, choose 6 workers for jobsite A in C(15,6) ways.\r\n" );
document.write( "From the remaining 9, choose 6 workers for jobsite B in C(9,4) ways.\r\n" );
document.write( "The remaining 5 workers will automatically be assigned to jobsite C.\r\n" );
document.write( "\r\n" );
document.write( "Answer: C(15,6)C(9,4) = (5005)(126) = 630,630 ways. \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );