Permutation & Combination Calculator
Calculate permutations (nPr) and combinations (nCr) for n items taken r at a time, with the underlying factorials. Exact big-integer math. Free and instant.
About Permutation & Combination Calculator
This permutation and combination calculator computes nPr and nCr for a set of n items taken r at a time, along with the underlying factorials n!, r! and (n − r)!. Permutations count ordered selections; combinations count selections where order does not matter.
The formulas are the classic ones: nPr = n! ÷ (n − r)! and nCr = n! ÷ (r! × (n − r)!). The tool uses exact big-integer math, so results are precise even for large n rather than rounded floating-point approximations; very large values are also shown in scientific notation.
It is handy for probability homework, lottery odds, counting passwords or seating arrangements, and any combinatorics problem where you need to know how many ways r items can be chosen from n.
How to use Permutation & Combination Calculator
- Enter the total number of items n — the size of the whole set.
- Enter r, how many items are selected. It must satisfy 0 ≤ r ≤ n.
- Read the combinations (nCr) and permutations (nPr) instantly.
- Check the factorial breakdown — n!, r! and (n − r)! — to see how the results are built.