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 or , is equal to the binomial coefficient
which can be written using factorials as whenever , and which is zero when . This formula can be derived from the fact that each k-combination of a set S of n members has permutations so or .[1] The set of all k-combinations of a set S is often denoted by .
A combination is a selection 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,[2] or k-selection,[3] are often used.[4] 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.
The number of k-combinations from a given set S of n elements is often denoted in elementary combinatorics texts by , or by a variation such as , , , or even [5] (the last form is standard in French, Romanian, Russian, and Chinese texts).[6][7] The same number however occurs in many other mathematical contexts, where it is denoted by (often read as "n choose k"); notably it occurs as a coefficient in the binomial formula, hence its name binomial coefficient. One can define for all natural numbers k at once by the relation
from which it is clear that
and further
for .
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 (1 + X)n, 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 (1 + X)n, one can use (in addition to the basic cases already given) the recursion relation
for 0 < k < n, which follows from (1 + X)n= (1 + X)n − 1(1 + X); 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 (n − k)-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 (n − k)!, 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 , these allow successive computation of respectively all numbers of combinations from the same set (a row in Pascal's triangle), of k-combinations of sets of growing sizes, and of combinations with a complement of fixed size n − k.
Example of counting combinations
As a specific example, one can compute the number of five-card hands possible from a standard fifty-two card deck as:[8]
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, 52 ÷ 1 × 51 ÷ 2 × 50 ÷ 3 × 49 ÷ 4 × 48 ÷ 5, 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:
Enumerating k-combinations
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 integers with the set of those k-combinations. Assuming S is itself ordered, for instance S = { 1, 2, ..., n }, there are two natural possibilities for ordering its k-combinations: by comparing their smallest elements first (as in the illustrations above) or by comparing their largest elements first. The latter option has the advantage that adding a new largest element to S will not change the initial part of the enumeration, but just add the new k-combinations of the larger set after the previous ones. Repeating this process, the enumeration can be extended indefinitely with k-combinations of ever larger sets. If moreover the intervals of the integers are taken to start at 0, then the k-combination at a given place i in the enumeration can be computed easily from i, and the bijection so obtained is known as the combinatorial number system. It is also known as "rank"/"ranking" and "unranking" in computational mathematics.[9][10]
There are many ways to enumerate k combinations. One way is to track k index numbers of the elements selected, starting with {0 .. k−1} (zero-based) or {1 .. k} (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. {2,1,2} = {1,2,2}). Associate an index to each element of S and think of the elements of S as types of objects, then we can let denote the number of elements of type i in a multisubset. The number of multisubsets of size k is then the number of nonnegative integer (so allowing zero) solutions of the Diophantine equation:[11]
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,[12] can also be given in terms of binomial coefficients:
This relationship can be easily proved using a representation known as stars and bars.[13]
Proof
A solution of the above Diophantine equation can be represented by stars, a separator (a bar), then more stars, another separator, and so on. The total number of stars in this representation is k and the number of bars is n - 1 (since a separation into n parts needs n-1 separators). Thus, a string of k + n - 1 (or n + k - 1) symbols (stars and bars) corresponds to a solution if there are k stars in the string. Any solution can be represented by choosing k out of k + n − 1 positions to place stars and filling the remaining positions with bars. For example, the solution of the equation (n = 4 and k = 10) can be represented by[14]
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 ,
This identity follows from interchanging the stars and bars in the above representation.[15]
Example of counting multisubsets
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 = {1,2,3,4}. This is displayed in the following table.[16] The second column lists the donuts you actually chose, the third column shows the nonnegative integer solutions of the equation and the last column gives the stars and bars representation of the solutions.[17]
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:
0 – 000
1 – 001
2 – 010
3 – 011
4 – 100
5 – 101
6 – 110
7 – 111
Probability: sampling a random combination
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 and convert it into a combination using the combinatorial number system.
Number of ways to put objects into bins
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 is the number of items that go into bin i.
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 into the first bin in order, the objects with numbers into the second bin in order, and so on. There are distinct numberings, but many of them are equivalent, because only the set of items in a bin matters, not their order in it. Every combined permutation of each bins' contents produces an equivalent way of putting items into bins. As a result, every equivalence class consists of distinct numberings, and the number of equivalence classes is .
The binomial coefficient is the special case where k items go into the chosen bin and the remaining items go into the unchosen bin:
^Ryser 1963, p. 7 also referred to as an unordered selection.
^When the term combination is used to refer to either situation (as in (Brualdi 2010)) care must be taken to clarify whether sets or multisets are being discussed.
^High School Textbook for full-time student (Required) Mathematics Book II B (in Chinese) (2nd ed.). China: People's Education Press. June 2006. pp. 107–116. ISBN978-7-107-19616-4.
^人教版高中数学选修2-3 [Mathematics textbook, volume 2-3, for senior high school, People's Education Press]. People's Education Press. p. 21. Archived from the original on 7 April 2023.
Sabar Dulu Dong...SutradaraIda FaridaProduserRaam SorayaSkenarioIda FaridaCeritaTeam Soraya FilmPemeranWarkop DKI Eva Arnaz Anna Shirley Pak Tile Ruth PelupessyPenyuntingKarsono HadiDistributorSoraya Intercine FilmsTanggal rilis26 April 1990Durasi76 menitNegaraIndonesiaPrekuelGodain Kita DongSekuelMana Bisa TahanIMDbInformasi di IMDb Sabar Dulu Dong... adalah film drama komedi Indonesia pada tanggal 26 April 1990 yang disutradarai oleh Ida Farida, dan dibintangi oleh Warkop DKI, Eva Arnaz, An...
Amy GoodmanGoodman pada tahun 2019Lahir13 April 1957 (umur 66)[1]AcaraDemocracy Now!Stasiun1,444[2]JaringanPacifica RadioGayaJurnalisme investigasi Amy Goodman (lahir 13 April 1957) adalah seorang jurnalis radio dan penulis Amerika. Ia lulus dari Universitas Harvard pada 1984. Goodman paling terkenal sebagai pembawa acara dalam program siaran Democracy Now! di Pacifica Radio. Sebagai seorang jurnalis investigatif, Goodman secara agresif telah menyelidiki tuduhan-tuduhan p...
Voce principale: Associazione Sportiva Dilettantistica Città di Giulianova 1924. Giulianova CalcioStagione 1989-1990Sport calcio SquadraGiulianova Calcio Allenatore Francesco Oddo Presidente Danubio Baratini Serie C210º posto nel girone C. Maggiori presenzeCampionato: Pisano (33) Miglior marcatoreCampionato: Damiani (10) 1988-1989 1990-1991 Si invita a seguire il modello di voce Questa pagina raccoglie le informazioni riguardanti il Giulianova Calcio nelle competizioni ufficiali della stag...
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: Macintosh IIvx – news · newspapers · books · scholar · JSTOR (March 2023) (Learn how and when to remove this template message) This article needs additio...
Vessel-shaped flute Vessel flutesOcarinas on display at a shop in TaiwanBlowing across the opening of empty bottle produces a basic edge-blown vessel flute. A vessel flute is a type of flute with a body which acts as a Helmholtz resonator. The body is vessel-shaped, not tube- or cone-shaped; that is, the far end is closed. Most flutes have cylindrical or conical bore (examples: concert flute, shawm). Vessel flutes have more spherical hollow bodies. The air in the body of a vessel flute resona...
Ираклеониты — ученики гностика Ираклеона (II век). Упоминаются как особая секта Епифанием и Августином; при крещении и миропомазании они соблюдали обряд помазания елеем и при этом произносили воззвания на арамейском языке, которые должны были освободить душу от власт�...
Not to be confused with She's Got a Way with Words. 1971 single by Billy JoelShe's Got a WaySingle release of the 1980 live recordingSingle by Billy Joelfrom the album Cold Spring Harbor and Songs in the Attic B-sideEverybody Loves You Now (1971)The Ballad of Billy the Kid (1981)ReleasedNovember 1971[1] (studio release) November 1981[2] (live re-release)RecordedJuly 1971StudioRecord Plant Studios, Los AngelesGenreSoft rockLength2:50 (studio)3:00 (live)LabelFamily Productions (...
Island in California Widdows IslandUSGS aerial imagery of Widdows Island, with Byron Tract to its northwest, Victoria Island to its northeast and Eucalyptus Island to its southeast.Widdows IslandShow map of Sacramento-San Joaquin River DeltaWiddows IslandShow map of CaliforniaWiddows IslandShow map of the United StatesGeographyLocationNorthern CaliforniaCoordinates37°51′40″N 121°34′27″W / 37.86111°N 121.57417°W / 37.86111; -121.57417 (Widdows Island...
Державний комітет телебачення і радіомовлення України (Держкомтелерадіо) Приміщення комітетуЗагальна інформаціяКраїна УкраїнаДата створення 2003Керівне відомство Кабінет Міністрів УкраїниРічний бюджет 1 964 898 500 ₴[1]Голова Олег НаливайкоПідвідомчі ор...
الدوري السويدي الممتاز 2016 تفاصيل الموسم الدوري السويدي الممتاز النسخة 92 البلد السويد التاريخ بداية:2 أبريل 2016 نهاية:6 نوفمبر 2016 المنظم اتحاد السويد لكرة القدم البطل نادي مالمو مباريات ملعوبة 240 عدد المشاركين 16 أهداف مسجلة 737 الموقع الرسمي ...
Retired class of New York City Subway car This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Gibbs Hi-V New York City Subway car – news · newspapers · books · scholar · JSTOR (March 2017) (Learn how and when to remove this message) Gibbs Hi-V1904 Rendering of an IRT Gibbs Hi-VManufacturerAmerican Car and F...
French critic and dramatist (1853–1914) Jules LemaîtreBornFrançois Élie Jules Lemaître(1853-04-27)27 April 1853Vennecy, French EmpireDied4 August 1914(1914-08-04) (aged 61)Tavers, FranceOccupationLiterary critic, and authorSignature François Élie Jules Lemaître (27 April 1853 – 4 August 1914) was a French critic and dramatist. Biography Lemaître was born in Vennecy, Loiret. He became a professor at the University of Grenoble in 1883, but was already well known for his literar...
Electricity from wind in one U.S. state Babbit Ranch ProjectChevelon ButteDry LakeKingmanPerrin RanchRed HorseWest CampWhite Hillsclass=notpageimage| Wind power projects in Arizona Operating Under construction In 2016, Arizona had 268 megawatts (MW) of wind powered electricity generating capacity, producing 0.5% of in-state generated electricity.[1] History Utility-scale wind power in Arizona began in 2009 with the commissioning of the first phase of the Dry Lake Wind Po...
Japanese train type 455 seriesA JR East 455 series in 2006In serviceOctober 1965–March 2015 (general service) 2015–2021 (remaining driving cab mixed from 413/455 series trainsets of JR West)Constructed1965–1971Number in service2 vehiclesNumber preserved3 vehiclesOperatorsJNR (1965–1987)JR East (1987–2008)JR Kyushu (1987–2010)JR West (1987–2015, 2015-2021)Echigo Tokimeki Railway (2021–)SpecificationsCar body constructionSteelCar length20,000 mm ...
خريطة للعالم توضح نسبة الاختلاف في المتعلمين تبعاً للجنس في مختلف الدول. تعد الفروق بين الجنسين في التعليم من أشكال التمييز القائم على الجنس في النظام التعليمي لتؤثر بذلك على الرجال والنساء على حد سواء خلال دراستهم وبعدها،[1] ، إلا أن المرأة تحقق نجاحا أعلى وتمثيلا أكث�...
Rome metro station Due Leoni-Fontana CandidaGeneral informationCoordinates41°51′54″N 12°39′29″E / 41.864907°N 12.658093°E / 41.864907; 12.658093Owned byATACConstructionStructure typeat-gradeParkingyesHistoryOpened9 November 2014; 9 years ago (2014-11-09)Services Preceding station Rome Metro Following station Grotte Celonitowards San Giovanni Line C Borghesianatowards Monte Compatri-Pantano LocationClick on the map to see marker Due Leoni-F...
Stimulant drug of the cathinone class 4-MethylpentedroneLegal statusLegal status DE: NpSG (Industrial and scientific use only) UK: Class B Identifiers IUPAC name 1-(4-Methylphenyl)-2-methylamino-pentan-1-one CAS Number1373918-61-6 YChemSpider58951581UNIIG83HJ935NVCompTox Dashboard (EPA)DTXSID301032536 Chemical and physical dataFormulaC13H19NOMolar mass205.301 g·mol−13D model (JSmol)Interactive image SMILES CCCC(NC)C(=O)c1ccc(C)cc1 InChI InChI=1S/C13H19NO/c1-4-5-12(14-3)...
LaserActiveLaserActive CLD-A100 dengan modul Sega GenesisPembuatPioneer CorporationKeluarga produkLaserdiscJenisConverged device, home video game consoleGenerasiGenerasi keempatTanggal rilisHarga perkenalan¥89,800$970.00Dihentikan1996Terjualperkiraan 10,000[1]MediaLD-ROM, CD-ROM, ROM cartridgeKompatibilitasbalik PC Engine PC Engine CD-ROM² Mega-CD Mega Drive LaserActive (レーザーアクティブcode: ja is deprecated , RēzāAkutibu) adalah sebuah perangkat terkonvergensi dan kon...
الاستقامة في الإسلاممعلومات عامةصنف فرعي من السلوك القويم جزء من الصراط المستقيمسبيل اللهالسلوك في الإسلام الاستعمال القائمة ... عبادة إسلامية الأخلاق الحسنة في الإسلام الأخلاق في الإسلام الدعوة الإسلامية أخوة إيمانية الولاء والبراء العدل في القرآن جانب من جوانب الت�...
For other uses, see Angers (disambiguation). Not to be confused with Algiers. Prefecture and commune in Pays de la Loire, FranceAngersPrefecture and communeTop to bottom, left to right: Château d'Angers, Maison d'Adam; Angers tram, Verdun Bridge at night; view of the river Maine, Verdun Bridge and downtown area from Angers Castle FlagCoat of armsLocation of Angers AngersShow map of FranceAngersShow map of Pays de la LoireCoordinates: 47°28′25″N 0°33′15″W / 47.473612...