Choose 5 from 10
\(\binom{10}{5} = \frac{10!}{5!\,5!} = 252\)
Calculate binomial coefficients C(n,k) with Pascal's triangle visualization and properties
Drag n and k. The Pascal-triangle row for n is shown below; the k-th cell is highlighted in green.
Quick presets
Predict what will happen
Try n = 8 and switch k between 3 and 5.
Symmetry
Common mistake
Why it works
Final Answer
C(n, k) — read 'n choose k' — is the number of ways to choose k unordered items from a set of n. It also gives the coefficient of x^k in the expansion (1 + x)^n.
Symmetry: \(\binom{n}{k} = \binom{n}{n-k}\)
Pascal's rule: \(\binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}\)
Choose 5 from 10
Lottery (6 of 49)