- Home
- /
- Math
- /
- Statistics & Probability
- /
- Binomial Coefficient
Binomial Coefficient
Also known as: n choose k, choose function, C(n,k)
Grade 9-12
View on concept mapThe binomial coefficient \binom{n}{k} counts the number of ways to choose k items from n distinct items without regard to order. Appears in the binomial theorem, probability distributions, and Pascal's triangle.
Definition
The binomial coefficient \binom{n}{k} counts the number of ways to choose k items from n distinct items without regard to order. It equals \frac{n!}{k!(n-k)!}.
๐ก Intuition
Same as combination count, but now viewed as a coefficient in algebraic expansions.
๐ฏ Core Idea
The binomial coefficient bridges counting (combinations) and algebra (polynomial expansion).
Example
Formula
Notation
\binom{n}{k} reads 'n choose k'; also written C(n, k) or _nC_k
๐ Why It Matters
Appears in the binomial theorem, probability distributions, and Pascal's triangle.
๐ญ Hint When Stuck
Use Pascal's triangle for small values: each entry is the sum of the two entries above it. For calculation, cancel common factors before multiplying to keep numbers manageable.
Formal View
Related Concepts
See Also
๐ง Common Stuck Point
C(n, k) = C(n, n - k). Choosing k to include is the same as choosing n - k to exclude.
โ ๏ธ Common Mistakes
- Swapping n and k in the formula โ C(5, 2) \neq C(2, 5); k cannot exceed n
- Forgetting that C(n, 0) = 1 and C(n, n) = 1 โ there is exactly one way to choose nothing or everything
- Computing \frac{n!}{k!} instead of \frac{n!}{k!(n-k)!} โ omitting the (n-k)! in the denominator
Go Deeper
Frequently Asked Questions
What is Binomial Coefficient in Math?
The binomial coefficient \binom{n}{k} counts the number of ways to choose k items from n distinct items without regard to order. It equals \frac{n!}{k!(n-k)!}.
What is the Binomial Coefficient formula?
When do you use Binomial Coefficient?
Use Pascal's triangle for small values: each entry is the sum of the two entries above it. For calculation, cancel common factors before multiplying to keep numbers manageable.
Prerequisites
Next Steps
Cross-Subject Connections
How Binomial Coefficient Connects to Other Ideas
To understand binomial coefficient, you should first be comfortable with combination and factorial. Once you have a solid grasp of binomial coefficient, you can move on to binomial theorem and binomial distribution.
Interactive Playground
Interact with the diagram to explore Binomial Coefficient