MathematicsDiscrete MathematicsMedium

Combination

Also known as:nCrBinomial Coefficientn Choose r

A combination is a selection of objects from a set where the order of selection does not matter. The number of ways to choose r objects from n distinct objects is denoted C(n, r), nCr, or the binomial coefficient "n choose r". Combinations are used extensively in probability, statistics, the binomial theorem, and in applications such as lottery analysis, team selection, and clinical trial design.

Key Formula

C(n, r) = n! / (r! × (n − r)!)

LaTeX: C(n, r) = \binom{n}{r} = \frac{n!}{r! \, (n - r)!}

SymbolMeaningUnit
nTotal number of distinct objectscount
rNumber of objects selectedcount
n!Factorial of ndimensionless
r!Factorial of r (accounts for order not mattering)dimensionless
C(n,r)Number of unordered selectionscount

Worked Example

Problem

A cricket team of 11 players is to be selected from a squad of 15 players. In how many ways can the team be chosen?

Solution

Step 1: Identify n and r. — n = 15 (squad size), r = 11 (team size) — Order does not matter (no specific roles assigned). Step 2: Apply the combination formula. — C(15, 11) = 15! / (11! × (15 − 11)!) = 15! / (11! × 4!) Step 3: Simplify. — C(15, 11) = C(15, 4) [by symmetry C(n,r) = C(n, n−r)] — = (15 × 14 × 13 × 12) / (4 × 3 × 2 × 1) — = 32760 / 24 = 1365

Answer

The team can be selected in 1365 different ways.

Combination vs Permutation: Key Differences

FeatureCombinationPermutationExample (n=5, r=2)
Order matters?NoYesC=10, P=20
Formulan! / (r!(n−r)!)n! / (n−r)!
RelationshipC(n,r) = P(n,r) / r!P(n,r) = r! × C(n,r)20/2! = 10
Use caseSelecting a committeeArranging runners in a race
NotationnCr, C(n,r), ⁿCᵣ, (n choose r)nPr, P(n,r)
SymmetryC(n,r) = C(n, n−r)P(n,r) ≠ P(n, n−r)C(5,2)=C(5,3)=10

Interactive Tools

Wolfram Alpha — Combination Calculator

Compute C(n,r) and explore Pascal's triangle entries.

Open Tool

Khan Academy — Combinations

Video lessons on combinations with practice problems.

Open Tool

Brilliant — Combinatorics

Interactive course covering combinations, permutations, and the binomial theorem.

Open Tool
Pascal's triangle showing binomial coefficients (combinations)

Wikimedia Commons, CC BY-SA

Related Terms

From Latin "combinatio" (joining together), from "combinare" (to join two by two), from "com-" (together) + "bini" (two at a time). The systematic study of combinations was advanced by Blaise Pascal in the 17th century, leading to Pascal's triangle.

combinationcombinatoricsdiscrete-mathematicsbinomial-coefficientcountingpascal-triangle