Quantunet.com

My Account

Joins Us
Excel QuickSkills
The PERMUT() Function Knowledgebase  

 

The PERMUT function calculates the number of permutation of a specific number of items (the number of possible ways to choose a set number of items from a group).

  • The Syntax for the function is PERMUT(number, chosen ) where "number" is the number of objects or items and "chosen" is the number items in each permutation..

The number of permutation a group has depends on the size of the group and the number of selected items chosen form the group. The order in which the items are removed and subsequently arranged is also significant giving unique combinations of items.
For example: PERMUT(4,2) = 12 as there are 12 ways to select 2 objects from a group of 4.

A simple method of explaining this mathematically is to assume that there are four different colors in the group (ROYB) of which you are trying to calculate how many ways you can select 2 colors (replacing a chosen color each time).

you could select a red R and then a blue B giving a permutation of RB or select blue and then blue again giving BB. Or you may sekect blue then red giving BR which is noteably different form RB as blue was chosen first. If you work out all the possible ways to choose the colors you end up with:

RO, RY, RB, OY,OB,YB, BY, BO,YO, BR,YR,OR = 12

That is 12 unique ways of choosing two colors form a group of four. For a more in depth explanation the permutations see the [permutation mathematics knowledgebase].


How to use the PERMUT() function:

  • Type " =PERMUT( "
  • Enter the coordinate for the "number items" data cell "A2"
  • Type a comma.
  • Enter the coordinate for the "number chosen" data cell "B2".
  • Type")" then press the "Enter" key. 
 





Permutations are used extensively in the calculation of probabilities as permutations are inportant in understanding the number of different ways a specific event can occur from a set of random events. See [permutations and probability] to learn more.

[The difference between permutation and combinations]


© 2007 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy
Home | About Quantunet | FAQ's | Contact Us