Home Math Finance Health All Tools Sign In

Permutation and Combination Calculator

šŸŒ™ Dark Mode

Enter n and r to find both the number of permutations and combinations.

nCr 120
Permutations (nPr) - order matters720
Combinations (nCr) - order doesn't matter120

Permutations vs. Combinations

Both count the ways to choose r items out of n, but they differ on whether order matters. A permutation counts arrangements where order matters (like ranking 1st, 2nd, 3rd place). A combination counts selections where order doesn't matter (like choosing 3 people for a committee) - so it will always be a smaller number than the permutation for the same n and r.

nPr = n!(n āˆ’ r)!
nCr = n!r! Ɨ (n āˆ’ r)!

n! means n factorial: n Ɨ (nāˆ’1) Ɨ (nāˆ’2) Ɨ ... Ɨ 1