document.write( "Question 1193292: 13 people want to play a game. There can be any number of people on each team but only 2 teams total. How many combinations of teams can be formed? \r
\n" ); document.write( "\n" ); document.write( "I need steps and answer using nCr formula.
\n" ); document.write( "

Algebra.Com's Answer #825305 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The statement of the problem does not make it absolutely clear; but I will assume each of the 13 people is on one team or the other.

\n" ); document.write( "So to form the teams, we can choose some number out of the 13 to be on one team, and the ones not chosen form the other team.

\n" ); document.write( "For example, if the first team chosen has 5 players, then the number of ways of forming the two teams is 13C5.

\n" ); document.write( "Then, since the first team chosen can have any number of players, the total number of ways of forming the two teams is

\n" ); document.write( "13C0 + 13C1 + 13C2 +...+ 13C12 + 13C13 = 2^13 = 8192

\n" ); document.write( "However, presumably a \"team\" with 0 players would not be considered a team, so the requirement of \"2 teams total\" would not be satisfied. So the number of ways of forming 2 teams from 13 players (eliminating the cases where the first team is made up of either 0 or 13 players) is

\n" ); document.write( "13C1 + 13C2 +...+ 13C12 = 8192-2 = 8190.

\n" ); document.write( "ANSWER: 8190

\n" ); document.write( "
\n" ); document.write( "
\n" );