Loading...
The manager of a certain advertising agency must divide the group of 6 employees into a pair of teams with 3 employees each. One team will be the lead team and the other will be the backup team. How many different lead teams are possible?
Let's start by understanding what we're being asked. We have 6 employees total, and we need to split them into two teams of 3 people each. One team will be called the "lead team" and the other will be called the "backup team."
Here's the key insight: once we choose 3 people for the lead team, the remaining 3 people automatically become the backup team. There's no separate choice to make for the backup team.
For example, if our 6 employees are Alice, Bob, Charlie, Diana, Eve, and Frank:
So the question is really asking: "In how many different ways can we choose 3 people out of 6 for the lead team?"
Process Skill: TRANSLATE - Converting the problem language about "dividing into teams" into the mathematical understanding of "selecting members for one team"
Now let's think about what type of selection this is. When we're choosing 3 people for the lead team:
This is exactly what we call a "combination" - selecting items from a group where order doesn't matter.
Let's verify with a simple example. If we had only 4 people (Alice, Bob, Charlie, Diana) and wanted to choose 2 for the lead team, our options would be:
That's 6 different lead teams possible from 4 people.
Now we can calculate this systematically. When we want to choose 3 people from 6 people where order doesn't matter, we use the combination formula.
In plain English, this means: "How many ways can we arrange 6 people in groups, then pick the first 3, accounting for the fact that the order of those 3 doesn't matter?"
The calculation works like this:
Using the combination notation: \(\mathrm{C(6,3) = \frac{6!}{3! \times 3!} = \frac{6 \times 5 \times 4}{3 \times 2 \times 1} = \frac{120}{6} = 20}\)
Let's double-check our reasoning. We found that there are 20 different ways to choose 3 people for the lead team from 6 total people.
This makes sense because:
If we were to count both lead teams AND backup teams separately, we'd get 40 total teams, but since the question specifically asks for lead teams only, our answer is 20.
The number of different lead teams possible is 20.
Looking at our answer choices:
Our answer matches choice D. 20.
Students may think they need to count all possible ways to divide 6 people into two groups of 3, not recognizing that the question specifically asks only for lead teams. This leads them to calculate \(\mathrm{C(6,3) \times C(3,3) = 20 \times 1 = 20}\), but then incorrectly think they need to account for swapping lead and backup roles, leading to wrong approaches.
Students may think the order within the team matters (like assigning specific roles within the lead team), leading them to use permutation formulas \(\mathrm{P(6,3) = \frac{6!}{(6-3)!} = 120}\) instead of the correct combination formula \(\mathrm{C(6,3) = 20}\).
Students may incorrectly think they need to count both "ways to form the lead team" AND "ways to form the backup team" separately, not realizing that once you choose 3 people for the lead team, the backup team is automatically determined.
When calculating \(\mathrm{C(6,3) = \frac{6!}{3! \times 3!}}\), students may make errors like: incorrectly computing \(\mathrm{6 \times 5 \times 4 = 120}\), or making mistakes in \(\mathrm{3! = 6}\), or errors in the final division \(\mathrm{120 \div 6 = 20}\).
Students may use \(\mathrm{C(6,2)}\) instead of \(\mathrm{C(6,3)}\), or confuse which number goes where in the combination formula, leading to incorrect calculations like \(\mathrm{C(3,6)}\) which is undefined.
Students who calculated \(\mathrm{6 \times 5 \times 4 = 120}\) (the numerator of the combination formula) might select answer choice A (120) without completing the division by 3! to account for order not mattering.
Students who correctly calculated that there are 20 different ways to select 3 people, but then reasoned "this creates 20 lead teams and 20 backup teams, so 40 total teams" might incorrectly select answer choice C (40) instead of D (20), misunderstanding that the question asks specifically for lead teams only.