Combinatorics · combinations

Why we divide by r!

The same r objects make r! ordered arrangements — combinations count that group once, so C(n,r) = P(n,r) / r!.

Objects to choose from

Ordered arrangements (permutations)

Unordered selections (combinations)

How many to pick

4
2

4 pick 2 · P=12 → C=6

What’s happening

Watch

Working

0