Binomial Coefficient
Calculate combinations (nCr).
This public page keeps the free explanation visible and leaves premium worked solving, advanced walkthroughs, and saved study tools inside the app.
Core idea
Overview
The binomial coefficient represents the number of ways to choose a subset of r elements from a larger set of n distinct elements where the order of selection does not matter. It is a central component of the binomial theorem and Pascal's triangle, providing the coefficients for expanded algebraic expressions.
When to use: Apply this formula when you are selecting items from a group and the sequence of selection is irrelevant. It assumes that items are distinct and cannot be chosen more than once in a single set.
Why it matters: This equation is essential in probability theory for determining the likelihood of specific outcomes in a series of independent events. It also appears in fields ranging from genetics to computer science algorithms and network topology.
Symbols
Variables
tag = Total items n, tag = Items chosen r, calculate = Combinations
Walkthrough
Derivation
Understanding the Binomial Coefficient (nCr)
The binomial coefficient counts the number of ways to choose r items from n without order, and appears in Pascal’s triangle and binomial expansions.
- n and r are integers with 0 r n.
State the Formula:
Factorials count arrangements; dividing removes over-counting to give combinations.
Use the Symmetry Property:
Choosing r to include is equivalent to choosing n−r to exclude.
Result
Source: Standard curriculum — A-Level Mathematics (Probability and Series)
Free formulas
Rearrangements
Solve for
Make ^nCr the subject
Start with the definition of the binomial coefficient ``. Since `^` is an alternative notation for ``, substitute this notation to express `^` using the factorial formula.
Difficulty: 2/5
The static page shows the finished rearrangements. The app keeps the full worked algebra walkthrough.
Visual intuition
Graph
Graph unavailable for this formula.
For a fixed value of n, the binomial coefficient nCr plotted against r forms a symmetric, bell-shaped discrete distribution that resembles a polynomial curve of degree n. The graph exhibits a clear turning point at the maximum value, which occurs at the middle of the range (r = n/2), reflecting the symmetry property where nCr equals nC(n-r). As n increases, the values grow rapidly, illustrating how the number of ways to choose combinations peaks when selecting approximately half of the available items.
Graph type: polynomial
Why it behaves this way
Intuition
The binomial coefficient represents counting the distinct ways to form a subset of 'r' elements from a larger set of 'n' elements, visually akin to selecting 'r' balls from a bag of 'n' uniquely colored balls without
Signs and relationships
- r!(n-r)! (in the denominator): The product 'r!(n-r)!' appears in the denominator to remove the effects of ordering. The numerator 'n!' counts all possible permutations of 'n' items.
Free study cues
Insight
Canonical usage
The binomial coefficient calculates a number of combinations, which is an inherently dimensionless quantity representing a count of possible arrangements.
Common confusion
A common mistake is attempting to assign physical units to 'n', 'r', or the calculated number of combinations, even though these quantities represent discrete counts and are fundamentally dimensionless.
Dimension note
The binomial coefficient is a dimensionless quantity because it represents a count of possible combinations or ways to select items. The input variables 'n' and 'r' are also dimensionless integers, representing counts of
Unit systems
One free problem
Practice Problem
A committee of 3 members needs to be formed from a group of 10 employees. How many different unique committees can be created?
Solve for:
Hint: Apply the formula 10! / (3! × (10 - 3)!) and simplify the factorials.
The full worked solution stays in the interactive walkthrough.
Where it shows up
Real-World Context
Lottery odds.
Study smarter
Tips
- The result is always a whole number.
- The symmetry property means nCr is equal to nC(n-r).
- Simplify the fraction by canceling common factorials before calculating.
Avoid these traps
Common Mistakes
- Confusing with Permutation (nPr).
- Calculation factorial overflow.
Common questions
Frequently Asked Questions
The binomial coefficient counts the number of ways to choose r items from n without order, and appears in Pascal’s triangle and binomial expansions.
Apply this formula when you are selecting items from a group and the sequence of selection is irrelevant. It assumes that items are distinct and cannot be chosen more than once in a single set.
This equation is essential in probability theory for determining the likelihood of specific outcomes in a series of independent events. It also appears in fields ranging from genetics to computer science algorithms and network topology.
Confusing with Permutation (nPr). Calculation factorial overflow.
Lottery odds.
The result is always a whole number. The symmetry property means nCr is equal to nC(n-r). Simplify the fraction by canceling common factorials before calculating.
References
Sources
- Wikipedia: Binomial coefficient
- Discrete Mathematics and Its Applications by Kenneth H. Rosen
- Wikipedia: Dimensionless quantity
- IUPAC Gold Book: Dimensionless quantity
- Discrete Mathematics and Its Applications by Kenneth H. Rosen, 7th Edition (2012)
- Rosen, Kenneth H. Discrete Mathematics and Its Applications. 8th ed., McGraw-Hill Education, 2019.
- Wikipedia article 'Binomial coefficient'
- Britannica article 'Combinations and permutations'