Kombinaation
Kombinaation is a concept in combinatorics that refers to the selection of objects from a finite set where the order of selection does not matter. When choosing r elements from a set of n distinct elements, the number of possible combinations is given by the binomial coefficient C(n, r) = n! / (r!(n − r)!). This quantity is also read as “n choose r.”
An example is selecting a 5-card hand from a standard deck of 52 cards. The number of
There are several variants. Combinations with repetition allow repeated elements in a selection, with the number
Combinations connect to broader ideas in probability and algebra. The binomial theorem expresses coefficients as combinations,
See also: permutation, binomial coefficient, factorial, Pascal’s triangle, combinations with repetition.