document.write( "Question 456591: A trucking company has 8 trucks and 6 drivers available when requests for 4 trucks are received. How many different ways there of selecting the truck and the drivers to meet these request?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #313371 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! number of ways to select 4 trucks out of 8 = 8C4 = 70 \r \n" ); document.write( "\n" ); document.write( "number of ways to select 4 drivers out of 6 = 6C4 = 15 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of ways to arrange them = 4! = 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total no. of ways = 70*15*24 = 25200\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if any problem in this solution, feel free to contact. \n" ); document.write( " |