Number Theory

Permutation Calculator

Calculate permutations easily online. Understand permutations with our interactive calculator and formula. Learn what is permutation and how to calculate it.

Enter Values

Formula

Calculation Steps

Result

What is Permutation?

In mathematics, a permutation is an arrangement of objects in a specific order. The number of permutations of selecting r objects from a set of n distinct objects is given by the formula:

$$P(n, r) = \frac{n!}{(n-r)!}$$

Here, n! (n factorial) is the product of all positive integers up to n, and (n-r)! is the factorial of n-r.

Permutations are used in various fields such as combinatorics, statistics, and computer science to count the number of possible arrangements or sequences of objects when order is important. For example, determining the number of ways to arrange letters in a word or selecting a batting order for a baseball team involves permutations.

Example

Suppose you want to find out how many ways you can arrange 2 letters from the set {A, B, C}. Here, n=3 and r=2. Using the formula:

$$P(3, 2) = \frac{3!}{(3-2)!} = \frac{3!}{1!} = 3 \times 2 \times 1 = 6$$

The possible permutations are: AB, AC, BA, BC, CA, CB, which are indeed 6 permutations.

Frequently Asked Questions

What is the Permutation Calculator?
The Permutation Calculator is an online Number Theory calculator. You enter your values, and it returns the answer with the steps shown so you can follow along.
How accurate is the Permutation Calculator?
The solver uses a math engine that avoids the floating-point rounding errors you get from most hardware calculators. For typical homework and professional calculations, the results will match what you would get by hand.
Can I use the Permutation Calculator for professional Number Theory projects?
Yes. The math behind it is standard Number Theory, so the results are reliable for professional use. That said, always double-check that your inputs are in the right format before relying on the output.
Why use the Permutation Calculator instead of calculating by hand?
Manual calculation is slow and error-prone, especially with multiple steps. This tool does the arithmetic for you and shows each step, so you can catch mistakes before they carry forward.
How do I format my inputs for the Permutation Calculator?
Type your numbers into the input fields. Leave out units and symbols unless a field specifically asks for them. The solver handles the rest.