Calculate binomial coefficients or find missing n, k, or C(n,k) from two known values using the combination formula and factorials step by step.
Customize This Calculator
Build your own version. Describe what you want changed, added, or compared.
Related Calculators
- Permutations Calculator
- Stirling Number Calculator
- Recursive Rule Calculator
- Permutation Multiplication Calculator
- Shapley Shubik Power Index Calculator
- All Math and Numbers Calculators
Binomial Coefficient Formula
The binomial coefficient counts how many ways you can choose k items from n total items when order does not matter. It is usually written as C(n, k), nCk, or &binom;n;k.
- C(n, k) = the binomial coefficient
- n = the total number of items
- k = the number of items chosen
- ! = factorial, so n! means n × (n - 1) × ... × 2 × 1
When you enter n and k, the calculator uses the factorial formula to find the binomial coefficient.
When n is missing, the calculator tests integer values of N starting at k until it finds a value where the binomial coefficient equals the coefficient you entered.
When k is missing, the calculator tests integer values of K from 0 to n until it finds a value where the binomial coefficient equals the coefficient you entered. If two values work, such as k and n - k, the smaller value is found first.
Common Binomial Coefficient Values
These values can help you check small calculations quickly.
| n | C(n, 0) | C(n, 1) | C(n, 2) | C(n, 3) | C(n, 4) |
|---|---|---|---|---|---|
| 4 | 1 | 4 | 6 | 4 | 1 |
| 5 | 1 | 5 | 10 | 10 | 5 |
| 6 | 1 | 6 | 15 | 20 | 15 |
| 7 | 1 | 7 | 21 | 35 | 35 |
| 8 | 1 | 8 | 28 | 56 | 70 |
Input Rules and Result Meaning
| Rule or property | What it means |
|---|---|
| n must be a nonnegative integer | You cannot choose from a negative number of items. |
| k must be a nonnegative integer | The number chosen must be 0 or greater. |
| k cannot be greater than n | You cannot choose more items than the total available. |
| C(n, k) = C(n, n - k) | Choosing k items is equivalent to leaving out n - k items. |
Examples
Example 1: Find the binomial coefficient
Find C(8, 3).
The binomial coefficient is 56.
Example 2: Find the missing value of n
Suppose k = 2 and the binomial coefficient is 45.
Testing integer values of n, you get:
So the missing value is n = 10.
FAQ
What does a binomial coefficient represent?
A binomial coefficient represents the number of combinations of k items that can be selected from n total items. Order does not matter. For example, choosing A then B is the same selection as choosing B then A.
Why can two different k values give the same binomial coefficient?
Because C(n, k) = C(n, n - k). For example, C(10, 3) = 120 and C(10, 7) = 120. Choosing 3 items to include is the same as choosing 7 items to leave out.
Why might there be no solution for a missing n or k?
There may be no integer value that matches the coefficient you entered. Binomial coefficients only occur at specific integer combinations of n and k, so not every number can be matched for a given input.

