document.write( "Question 85109: 2.Of 10 candidates, the first 6 are being interviewed in the morning, and the last 4 in the afternoon. In how many ways can the interviewer arrange a schedule? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61324 by stanbon(75887) ![]() You can put this solution on YOUR website! Of 10 candidates, the first 6 are being interviewed in the morning, and the last 4 in the afternoon. In how many ways can the interviewer arrange a schedule? \n" ); document.write( "---------- \n" ); document.write( "Choose 6 in the morning: 10C6 = 210 ways \n" ); document.write( "Arrange those 6 in some order = 6!=720 ways \n" ); document.write( "---------- \n" ); document.write( "Choose 4 for the afternoon: 4C4 = 1 \n" ); document.write( "Arrange those 4 in some order = 4! = 24 ways \n" ); document.write( "------------ \n" ); document.write( "Total # of ways to arrange 210*720*24 = 3,628,800 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |