stats

Combinations & Permutations

C(n,r) and P(n,r) with or without repetition — formula display and large-number formatting.

Inputs
Type
Order does not matter — selecting a group
Repetition
Results
Combinations
Formula
C(n, r) = n! / (r! × (n−r)!)
Unordered selection, no repeats