There are 12 distinct players about to play a pick-up game of football. The two team captains are Brandon and Meredith (included in the 12). They will each take turns selecting a player to be on their team until all players are selected.
How many ways can the players be divided into teams?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
With 10 players remaining, the number of possible picks is 1 0 ∗ 9 ∗ 8 ∗ 7 ∗ 6 =10 9 8 7 6. However, this result includes the same players in different orders, so we must divide the result by the number of ways the same people can be ordered ( 5 ∗ 4 ∗ 3 ∗ 2 ∗ 1 =5 4 3 2 1), which results in 252. Originally, I made the mistake of then multiplying this by 2 to apply these combinations to both coaches, but there is no need for this: once one team is decided, the other is dictated implicitly, so as all the combinations are being applied to one team, the opposite players are automatically applied to the other.