<h3>
Answer: 220 combinations</h3>
==========================================
Explanation:
We have 12*11*10 = 1320 permutations possible. This is where order matters. However, order does not matter with swim teams as there are no positions or ranks. All that matters is the group overall (rather than any individual in the group).
Consider the set {A,B,C}. We have 3*2*1 = 6 ways to arrange this set of letters. When considering a permutation, there are 6 permutations but only 1 combination since order doesnt matter and ABC is the same as BAC. Therefore, we divide 1320 over 6 to get the final answer of 1320/6 = 220.
---------
You can use the combination formula with n = 12 and r = 3. Doing so will give the following:
As you can see, we get the same result and note how 1320/6 is also present as well.