Permutation & Combination Calculator

Calculate nPr (permutations) and nCr (combinations) for any n and r.

Ad slot (AdSense unit placeholder)

Formulas

nPr = n!/(n-r)! (order matters). nCr = n!/(r!(n-r)!) (order doesn't matter).