- 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 number of ways to choose k items from n items, written C(n, k) or \binom{n}{k}. Appears in the binomial theorem, probability distributions, and Pascal's triangle.
Definition
The number of ways to choose k items from n items, written C(n, k) or \binom{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.
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 number of ways to choose k items from n items, written C(n, k) or \binom{n}{k}.
Why is Binomial Coefficient important?
Appears in the binomial theorem, probability distributions, and Pascal's triangle.
What do students usually get wrong about Binomial Coefficient?
C(n, k) = C(n, n - k). Choosing k to include is the same as choosing n - k to exclude.
What should I learn before Binomial Coefficient?
Before studying Binomial Coefficient, you should understand: combination, factorial.
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