In mathematics, a combination is a way of selecting items from a larger set where the order of the items does not matter. The number of combinations of n items taken k at a time is calculated using the formula n! / (k! * (n-k)!), where n! is the factorial of n. Combinations are often used in probability and statistics to calculate the number of possible outcomes in certain situations. View Solution Guide