document.write( "Question 1065986: 11 people plan a trip and hire a minibus that exactly accommodate all of them. If only 5 of the eleven people can drive, in how many ways can they be seated? \n" ); document.write( "
Algebra.Com's Answer #681153 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the driver any of (5C1) = 5 ways.\r\n" );
document.write( "\r\n" );
document.write( "For each of the 5 choices of the driver, there are 10P10 \r\n" );
document.write( "or 10! ways to seat the 10 passengers.\r\n" );
document.write( "\r\n" );
document.write( "Answer (5C1)(10P10) = 5*10! = 5*3628800 = 1,8144,000 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );