Binomial Coefficient in LaTeX
The binomial coefficient counts the ways to choose k items from n. The \binom command renders the stacked “n choose k” notation, while the factorials use a plain exclamation mark.
LaTeX source
\binom{n}{k} = \frac{n!}{k!\,(n-k)!}Open in editor
Renders live — then export to PNG, JPG, SVG, or PDF.