document.write( "Question 579315: If there are a total of 14 players to choose from, how many ways can you pick your players if each team picks one at a time? (order does not matter) \n" ); document.write( "
Algebra.Com's Answer #370944 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
assume only 4 players.
\n" ); document.write( "assume the players are a,b,c,d
\n" ); document.write( "there are 6 teams composed of 2 players each that can be generated from a pool of 4 players.
\n" ); document.write( "those teams are:
\n" ); document.write( "ab
\n" ); document.write( "ac
\n" ); document.write( "ad
\n" ); document.write( "bc
\n" ); document.write( "bd
\n" ); document.write( "cd\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "any one of these combinations can be chosen by either team leader depending on what the other team leader chose.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the team leader that picks first gets 4 * 2 = 8 possible choices.
\n" ); document.write( "the team leader that picks second gets 3 * 1 = 3 possible choices.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the team leader who chooses first has a greater choice, but each team winds up with 2 players each regardless and the number of unique possible teams that can be formed is the same regardless of who picks first.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula for generating a team of 2 players out of 4 players is the combination formula of C(4,2) which becomes (4!) / (2!*2!) which becomes (4*3*2!) / (2*1*2!) which is equal to (4*3) / (2*1) which is equal to 6.
\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "the formula for generating a team of 7 players out of 14 players is the combination formula of C(14,7) which becomes (14!) / (7!*7!) which becomes (14*13*12*11*10*9*8*7!) / (7*6*5*4*3*2*1*7!)
\n" ); document.write( "the 7! in the numerator and the denominator cancel out and you are left with (14*13*12*11*10*9*8) / (7*6*5*4*3*2*1)
\n" ); document.write( "this winds up being equal to 3432.
\n" ); document.write( "3432 possible teams of seven players each can be generated from 14 players where each team contains 7 players.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the team leader who gets to choose first gets more choices than the team leader who gets to pick second.
\n" ); document.write( "this works out as follows:
\n" ); document.write( "team leader that picks first gets to choose:
\n" ); document.write( "14 * 12 * 10 * 8 * 6 * 4 * 2 = 645120 possible choices.
\n" ); document.write( "team leader that picks second gets to choose:
\n" ); document.write( "13 * 11 * 9 * 7 * 5 * 3 * 1 = 135135 possible choices.
\n" ); document.write( "there is a definite advantage to being able to choose first.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "regardless of who picks first, the possible teams that can be generated that are unique where order doesn't count are calculated using the combination formula of C(14,7).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is what i believe is the correct way to calculate this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the problem statement is:
\n" ); document.write( "If there are a total of 14 players to choose from, how many ways can you pick your players if each team picks one at a time? (order does not matter)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the question is difficult to answer because it is ambiguous.
\n" ); document.write( "do they want the number of possible teams that can be generated that are unique or do they want the number of possible ways to choose the team?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the number of possible ways to pick a team are different depending on who chooses first and who chooses second.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the number of possible unique teams that can be formed is the same regardless of who picks first and who picks second.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i would go with the combination formula because that's what you are studying and they didn't differentiate between who picks first and who picks second in the question.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's just a guess though.
\n" ); document.write( "i have no idea what your instructor really wants.
\n" ); document.write( "order does not matter means combination.
\n" ); document.write( "order does matter means permutation.
\n" ); document.write( "i think combination is what applies here.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );