Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working

PERMUTATIONA function

Description

PERMUTATIONA(number,number_chosen) returns the number of permutations for a given number of objects (with replacement) that can be chosen from the total objects. Mathematically, it is equivalent to raising the total number of objects to the number of objects being chosen.

With number = n and number_chosen = k, the formula for the PERMUTATIONA function is:

$$ \mathrm{permutationa}(n,k) = n^k $$
  • If any argument is not an integer, it is truncated.

  • The arguments cannot be negative.

Calculator

PERMUTATIONA ,  

See also