Permutation & Combination Calculator

Calculate nPr & nCr values

CalculatorsFreeNo Signup
4.9(230 reviews)
All Tools

Loading tool...

About Permutation & Combination Calculator

A permutation and combination calculator that computes nPr (order matters) and nCr (order doesn't matter) for given n and r values. Shows the factorial breakdown, provides step-by-step calculation, and displays a comparison between permutation and combination results. All processing is client-side. Essential for probability, statistics, and discrete mathematics students.

Permutation & Combination Calculator Features

  • nPr & nCr
  • Factorial
  • Step-by-step
  • Comparison
  • Large numbers
Permutations and combinations count the number of ways to select items from a set. Permutations care about order (P(n,r) = n!/(n-r)!), while combinations don't (C(n,r) = n!/(r!(n-r)!)). The key question: does the arrangement order matter?

How to Use

Enter n and r:

  • n: Total number of items
  • r: Number to select
  • Results: Both nPr and nCr calculated

The Formulas

  • Permutation: P(n,r) = n! / (n−r)!
  • Combination: C(n,r) = n! / (r! × (n−r)!)
  • Relationship: P(n,r) = C(n,r) × r!

When to Use Each

  • Permutation: Ranking, passwords, seating arrangements
  • Combination: Lottery, committees, handshakes, teams

Step-by-Step Instructions

  1. 1Enter the total items (n).
  2. 2Enter the selection size (r).
  3. 3View permutation and combination results.
  4. 4Check the step-by-step factorial breakdown.
  5. 5Compare nPr vs nCr.

Permutation & Combination Calculator — Frequently Asked Questions

What's the difference between permutation and combination?+

Permutation: order matters (ABC ≠ BAC). Combination: order doesn't matter (ABC = BAC). Selecting 3 from 5: P(5,3)=60 arrangements, C(5,3)=10 groups.

What is factorial?+

n! = n × (n-1) × (n-2) × ... × 1. Example: 5! = 5×4×3×2×1 = 120. By convention, 0! = 1.

How many lottery combinations are there?+

For a 6/49 lottery: C(49,6) = 13,983,816 combinations. For Powerball (5/69 + 1/26): C(69,5) × 26 = 292,201,338.

Share this tool: