MyVIPWebTools logo

Permutation Calculator — Find P(n, r) With Step-by-Step Solutions

Our Permutation Calculator finds P(n, r), the number of ordered arrangements of r items chosen from a set of n distinct items. Enter your values for n and r and get the exact result instantly, along with a step-by-step breakdown of the formula n! / (n - r)! so you can see exactly how the answer was derived — useful for checking homework, planning schedules, or working through probability problems.

Quick Answer

A permutation counts ordered arrangements: P(n, r) = n! / (n - r)! gives the number of ways to arrange r items chosen from n distinct items where order matters. Enter n and r below for an instant result with step-by-step working.

Enter n and r, then click Calculate.

How to Use the Permutation Calculator — Calculate P(n,r) Online

  1. 1

    Enter the total number of items, n, into the first field.

  2. 2

    Enter the number of items being arranged, r, into the second field.

  3. 3

    Click 'Calculate' to find P(n, r) — the number of ways to order r items from n total.

  4. 4

    Review the step-by-step breakdown showing the formula n! / (n - r)! applied to your values.

  5. 5

    Click 'Copy' to copy the result to your clipboard.

Why Use Permutation Calculator — Calculate P(n,r) Online?

Permutations answer 'in how many orders can this happen?' — a question that comes up constantly in probability, scheduling, password analysis, and competition math. The formula n! / (n - r)! is simple to state but easy to compute wrong by hand once n grows past single digits, since it involves large factorials that partially cancel. Our calculator computes the result directly using an efficient method that avoids ever forming the full, oversized factorial, so it stays fast and exact even for large values of n and r.

Permutation vs Combination

Permutation P(n,r)Combination C(n,r)
Does order matter?Yes — different orders count separatelyNo — only the group of items counts
Formulan! / (n − r)!n! / (r!(n − r)!)
Example: n=5, r=2P(5,2) = 20C(5,2) = 10
Typical use caseRace rankings, PIN codes, seating orderLottery numbers, committees, card hands

Frequently Asked Questions

Related Tools

Permutation Calculator — Calculate P(n,r) Online | MyVIPWebTools