Combinations

A combination is a selection of objects where order does not matter.

The number of combinations of \( n \) objects taken \( r \) at a time is \( {n \choose r} = \frac{n!}{r!(n-r)!} \) (

$\binom{n}{r} = \frac{n!}{r!(n-r)!}$
). The term ${n \choose r}$ is called the binomial coefficient and is read as "$n$ choose $r$".

Examples:

Combinations are used when the order of selection does not affect the result.

Choosing people for a team usually involves combinations, not permutations.