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 #340388 by richard1234(7193)     You can put this solution on YOUR website! 15C4 is simply the number of ways to choose four employees. Now you have to give four pairs of shoes to them. There are 4! = 24 ways to do this, so the number of ways is (15C4)*24. Or you could write it as 15P4 because we can give the first pair to one of 15 employees, the second pair to one of 14 employees, and so on. \n" ); document.write( " |