- #1
- 1,007
- 7
Homework Statement
How many ways can the letters {"T", "O", "O", "T"} be arranged?
How many groups of project team pairs can be formed from a pool of 4 students (2 math majors and 2 physics majors)?
Homework Equations
$$\text{outcomes} = \frac{n!}{n_1!n_2! \dots n_r!}$$
The Attempt at a Solution
In both cases, the computation is exactly the same $$\frac{4!}{2!2!} = 6$$ but the meaning of the result seems to be different. In the case of the letter arrangements, there are 6 un-ordered outcomes (meaning the order of the "T"s and "O"s doesn't matter because they are indistinguishable), but in the case of the project team pairs, there are 6 ordered outcomes and we need to divide by 2 to obtain the number of un-ordered outcomes. This seems contradictory. Same calculation, same result, but different meaning of the result. How is one suppose to determine which interpretation is valid? Is it as simple as saying that the two "O's and two "T"s are not distinguishable from each other (implying un-ordered result) but the students are (meaning ordered result)? I don't think so.
If we labeled the letters, then [itex](T_1 T_2 O_1 O_2)[/itex] would be considered different from [itex](T_2 T_1 O_2 O_1)[/itex] but in the case of the project teams {[itex](M_1 M_2), (P_1 P_2)[/itex]} and {[itex](M_2 M_1), (P_2 P_1)[/itex]} would be considered the same. Wow! Maybe the difference is that these are completely different problems and thus need to be looked at differently?
Last edited: