Combinations are another essential component of combinatorics, focusing on the selection of objects without regard to the order. This means that, unlike permutations, "ABC" is considered the same combination as "CBA".
Combinations are used when the grouping itself matters, but the order within each group does not. The formula for combinations when choosing \(k\) objects from \(n\) possibilities is:
- \( ^{n}C_{k} = \frac{n!}{k!(n-k)!} \)
In the context of the original exercise, combinations are also not the correct solution because the problem does not ask for a unique selection of prizes per student without repetition. The correct concept here involves repetition of selections, which aligns with the formula \(n^r\) used in distributions.