What's the difference between a permutation and a combination?
In a permutation, order of the selection matters: {A, B, C} and {C, A, B} are two different permutations. . In a combination, only the result matters, not the order of selection: {A, B, C} and {C, A, B} count as the same combination.