document.write( "Question 1104078: There are 15 players. In how many ways can you select 5 players, and the captain should be involved? \n" ); document.write( "
Algebra.Com's Answer #718802 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! Since we are selecting the captain, we only need to select \n" ); document.write( "the other 4 players from the 14 players other than the captain.\r \n" ); document.write( "\n" ); document.write( "Answer = 14C4 \n" ); document.write( " |