document.write( "Question 507234:  How can an employer give four different pairs of shoes to four employees out of 15   employees? Is is C(15,4)?
\n" );
document.write( "Thank you. \n" );
document.write( "
| Algebra.Com's Answer #340386 by Edwin McCravy(20064)     You can put this solution on YOUR website! \r\n" ); document.write( "No. That's the number of ways to pick the four employees.\r\n" ); document.write( "Then for each of the C(15,4) ways to pick the employees, there\r\n" ); document.write( "are P(4,4) or 4! ways to give them the shoes. So\r\n" ); document.write( "the answer is C(15,4)P(4,4) = 32760.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |