Tested tool guide
Tested browser tools
Checked August 16, 2026
What Combinatorics Calculator does, with a checked example
Order is the decision that changes most answers in this calculator. Enter a total count and, where needed, a selection size or group sizes to evaluate factorials, permutations, combinations, and multinomial coefficients. Visual counting diagrams help distinguish arrangements from selections, while Pascal triangle shows how combination values relate. The most common mistake is using a permutation when rearranging the chosen items should not create a new outcome.
Worked example
A concrete input and expected output from the current implementation.
Input
Combination: n = 5, r = 2
->
Choosing 2 items from 5 without regard to order gives C(5,2) = 5! / (2! * 3!) = 10. Each pair is counted once, so AB and BA are the same selection.