Permutations Calculator

Calculator for the number of permutation


This function calculates the number of permutations. This means the number of possible orders in which a group of numbers or objects can be arranged without repetition.


Calculate permutations

 Input
Total quantity n
  Result

Description and example


The number of permutations means the number of possible orders in which a group of numbers or objects can be arranged without repetition.

The order of the selected objects is ignored. Each object may only be selected once in the object group, i.e. without repetition.

This example shows how many groups can be formed from the digits 1 to 3. It's the groups (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2) and (3,2,1). So six groups.


Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?