In mathematics, a combination is a selection of items from a set that has distinct members, such that the order of selection does not matter (unlike permutations). For example, given three fruits, say an apple, an orange and a pear, there are three combinations of two that can be drawn from this set: an apple and a pear; an apple and an orange; or a pear and an orange. More formally, a k-combination of a set S is a subset of k distinct elements of S. So, two combinations are identical if and only if each combination has the same members. (The arrangement of the members in each set does not matter.) If the set has n elements, the number of k-combinations, denoted by
C(n,k)
n | |
C | |
k |
which can be written using factorials as
|
k\leqn
k>n
k!
n | |
P | |
k |
=
n | |
C | |
k |
x k!
n | |
C | |
k |
=
n | |
P | |
k |
/k!
style\binomSk
A combination is a combination of n things taken k at a time without repetition. To refer to combinations in which repetition is allowed, the terms k-combination with repetition, k-multiset, or k-selection,[2] are often used.[3] If, in the above example, it were possible to have two of any one kind of fruit there would be 3 more 2-selections: one with two apples, one with two oranges, and one with two pears.
Although the set of three fruits was small enough to write a complete list of combinations, this becomes impractical as the size of the set increases. For example, a poker hand can be described as a 5-combination (k = 5) of cards from a 52 card deck (n = 52). The 5 cards of the hand are all distinct, and the order of cards in the hand does not matter. There are 2,598,960 such combinations, and the chance of drawing any one hand at random is 1 / 2,598,960.
See main article: Binomial coefficient.
The number of k-combinations from a given set S of n elements is often denoted in elementary combinatorics texts by
C(n,k)
n | |
C | |
k |
{}nCk
nC | |
{} | |
k |
Cn,k
k | |
C | |
n |
\tbinomnk
\tbinomnk
from which it is clear that
and further
for k > n.
To see that these coefficients count k-combinations from S, one can first consider a collection of n distinct variables Xs labeled by the elements s of S, and expand the product over all elements of S:
it has 2n distinct terms corresponding to all the subsets of S, each subset giving the product of the corresponding variables Xs. Now setting all of the Xs equal to the unlabeled variable X, so that the product becomes, the term for each k-combination from S becomes Xk, so that the coefficient of that power in the result equals the number of such k-combinations.
Binomial coefficients can be computed explicitly in various ways. To get all of them for the expansions up to, one can use (in addition to the basic cases already given) the recursion relation
for 0 < k < n, which follows from =; this leads to the construction of Pascal's triangle.
For determining an individual binomial coefficient, it is more practical to use the formula
The numerator gives the number of k-permutations of n, i.e., of sequences of k distinct elements of S, while the denominator gives the number of such k-permutations that give the same k-combination when the order is ignored.
When k exceeds n/2, the above formula contains factors common to the numerator and the denominator, and canceling them out gives the relation
for 0 ≤ k ≤ n. This expresses a symmetry that is evident from the binomial formula, and can also be understood in terms of k-combinations by taking the complement of such a combination, which is an -combination.
Finally there is a formula which exhibits this symmetry directly, and has the merit of being easy to remember:
where n! denotes the factorial of n. It is obtained from the previous formula by multiplying denominator and numerator by !, so it is certainly computationally less efficient than that formula.
The last formula can be understood directly, by considering the n! permutations of all the elements of S. Each such permutation gives a k-combination by selecting its first k elements. There are many duplicate selections: any combined permutation of the first k elements among each other, and of the final (n - k) elements among each other produces the same combination; this explains the division in the formula.
From the above formulas follow relations between adjacent numbers in Pascal's triangle in all three directions:
Together with the basic cases
\tbinomn0=1=\tbinomnn
As a specific example, one can compute the number of five-card hands possible from a standard fifty-two card deck as:
Alternatively one may use the formula in terms of factorials and cancel the factors in the numerator against parts of the factors in the denominator, after which only multiplication of the remaining factors is required:
Another alternative computation, equivalent to the first, is based on writing
which gives
When evaluated in the following order,, this can be computed using only integer arithmetic. The reason is that when each division occurs, the intermediate result that is produced is itself a binomial coefficient, so no remainders ever occur.
Using the symmetric formula in terms of factorials without performing simplifications gives a rather extensive calculation:
One can enumerate all k-combinations of a given set S of n elements in some fixed order, which establishes a bijection from an interval of
\tbinomnk
There are many ways to enumerate k combinations. One way is to track k index numbers of the elements selected, starting with (zero-based) or (one-based) as the first allowed k-combination. Then, repeatedly move to the next allowed k-combination by incrementing the smallest index number for which this would not create two equal index numbers, at the same time resetting all smaller index numbers to their initial values.
A k-combination with repetitions, or k-multicombination, or multisubset of size k from a set S of size n is given by a set of k not necessarily distinct elements of S, where order is not taken into account: two sequences define the same multiset if one can be obtained from the other by permuting the terms. In other words, it is a sample of k elements from a set of n elements allowing for duplicates (i.e., with replacement) but disregarding different orderings (e.g. =). Associate an index to each element of S and think of the elements of S as types of objects, then we can let
xi
If S has n elements, the number of such k-multisubsets is denoted by
a notation that is analogous to the binomial coefficient which counts k-subsets. This expression, n multichoose k, can also be given in terms of binomial coefficients:
This relationship can be easily proved using a representation known as stars and bars.[8] A solution of the above Diophantine equation can be represented by
x1
x2
x1=3,x2=2,x3=0,x4=5
x1+x2+x3+x4=10
The number of such strings is the number of ways to place 10 stars in 13 positions, which is the number of 10-multisubsets of a set with 4 elements.
As with binomial coefficients, there are several relationships between these multichoose expressions. For example, for
n\ge1,k\ge0
This identity follows from interchanging the stars and bars in the above representation.
For example, if you have four types of donuts (n = 4) on a menu to choose from and you want three donuts (k = 3), the number of ways to choose the donuts with repetition can be calculated as
This result can be verified by listing all the 3-multisubsets of the set S = . This is displayed in the following table. The second column lists the donuts you actually chose, the third column shows the nonnegative integer solutions
[x1,x2,x3,x4]
x1+x2+x3+x4=3
No. | 3-multiset | Eq. solution | Stars and bars | |||
---|---|---|---|---|---|---|
1 | [3,0,0,0] | starstarstar | ||||
2 | [2,1,0,0] | starstar | \bigstar | |||
3 | [2,0,1,0] | starstar | \bigstar | |||
4 | [2,0,0,1] | starstar | \bigstar | |||
5 | [1,2,0,0] | star | \bigstar \bigstar | |||
6 | [1,1,1,0] | star | \bigstar | \bigstar | ||
7 | [1,1,0,1] | star | \bigstar | \bigstar | ||
8 | [1,0,2,0] | star | \bigstar \bigstar | |||
9 | [1,0,1,1] | star | \bigstar | \bigstar | ||
10 | [1,0,0,2] | star | \bigstar \bigstar | |||
11 | [0,3,0,0] | \bigstar \bigstar \bigstar | ||||
12 | [0,2,1,0] | \bigstar \bigstar | \bigstar | |||
13 | [0,2,0,1] | \bigstar \bigstar | \bigstar | |||
14 | [0,1,2,0] | \bigstar | \bigstar \bigstar | |||
15 | [0,1,1,1] | \bigstar | \bigstar | \bigstar | ||
16 | [0,1,0,2] | \bigstar | \bigstar \bigstar | |||
17 | [0,0,3,0] | \bigstar \bigstar \bigstar | ||||
18 | [0,0,2,1] | \bigstar \bigstar | \bigstar | |||
19 | [0,0,1,2] | \bigstar | \bigstar \bigstar | |||
20 | [0,0,0,3] | \bigstar \bigstar \bigstar |
The number of k-combinations for all k is the number of subsets of a set of n elements. There are several ways to see that this number is 2n. In terms of combinations, , which is the sum of the nth row (counting from 0) of the binomial coefficients in Pascal's triangle. These combinations (subsets) are enumerated by the 1 digits of the set of base 2 numbers counting from 0 to 2n − 1, where each digit position is an item from the set of n.
Given 3 cards numbered 1 to 3, there are 8 distinct combinations (subsets), including the empty set:
Representing these subsets (in the same order) as base 2 numerals:
There are various algorithms to pick out a random combination from a given set or list. Rejection sampling is extremely slow for large sample sizes. One way to select a k-combination efficiently from a population of size n is to iterate across each element of the population, and at each step pick that element with a dynamically changing probability of (see Reservoir sampling). Another is to pick a random non-negative integer less than
style\binomnk
A combination can also be thought of as a selection of two sets of items: those that go into the chosen bin and those that go into the unchosen bin. This can be generalized to any number of bins with the constraint that every item must go to exactly one bin. The number of ways to put objects into bins is given by the multinomial coefficient
where n is the number of items, m is the number of bins, and
ki
One way to see why this equation holds is to first number the objects arbitrarily from 1 to n and put the objects with numbers
1,2,\ldots,k1
k1+1,k1+2,\ldots,k2
n!
k1!k2! … km!
|
The binomial coefficient is the special case where k items go into the chosen bin and the remaining
n-k