mathpi.net

Permutations Calculator

This Permutations Calculator will read n (number of objects) and r (sample size) from user, computes the number of possible permutations for given inputs, in a detailed step by step solution.

Inputs

Sample inputs

n: 10
r: 4

n: 5
r: 2

n: 14
r: 10



How to Calculate Number of Permutations?

Follow these steps to calculate the number of permutations to select r number of objects from a total of n number of objects.

  1. Get the value of n (total number of objects), and r (sample size).
  2. The Permutations Formula to get the possible number of permutations to select r number of objects from a total of n number of objects is:

    \({{}^{n}P_{r}} = \frac{n!}{(n-r)!}\)

  3. Substitute the values of given n and r in the above formula.
  4. Compute the factorials, and simplify the right hand side value.

    where

    \(n! = 1\cdot 2 \cdot 3 ~ \cdots ~ (n-1) \cdot n \)



Calculators