Combination
C(n, r) = n! / (r!(n-r)!)
Use when order does not matter and repetition is not allowed.
Learn
A short stable reference for the main counting formulas used across the calculators, answers, quizzes, and problems on this site.
Combination
Use when order does not matter and repetition is not allowed.
Combination with repetition
Use when order does not matter and repetition is allowed.
Permutation
Use when order matters and repetition is not allowed.
Permutation with repetition
Use when order matters and each ordered position can reuse any option.
Factorial
Multiply every whole number from 1 through n.
Circular permutation
Use when rotations count as the same arrangement.
Multiset permutation
Use when arranging repeated items such as letters in a word.
Binomial coefficient
The notation-focused version of plain combinations.