Binomial coefficient

Gist

How do you count the ways (assuming no replacement and where order does not matter)

Mathematics

If n is the number of objects in a set and k is the subset. The binomial coefficient is

\binom{n}{k} = \frac{n!}{(n-k)!k!}$$where we read this as "n choose k" ## Usage Found in the Distribution - Binomial