ChatterBank2 mins ago
permutation
how do you perm 5 from 43
Answers
Im glad you got it. Permutations are where the order DOES matter. Combinations are where the order does NOT matter.
c00ky83 tells you above how to go from permutations to combinations . You divide by the factorial of the number of items in the set - in this case 5!
c00ky83 tells you above how to go from permutations to combinations
20:12 Mon 31st Oct 2005
To perm N numbers from a pool of y objects
There are y ways of selecting the first number leaving y-1 objects
There are y-1 ways of selecting the second number leaving y-2 objects
There are y-2 ways of selecting the third number leaving y-3 objects
and so on until . . .
There are y-(N-1) ways of selecting the Nth number leaving y-N objects
The total number of permutations is found by multiplying these together
= y * (y-1) * (y-2) * . . . . * (y-(y-1))
This can also be written as y! / (y-N)!
(the ! means factorial)
There are y ways of selecting the first number leaving y-1 objects
There are y-1 ways of selecting the second number leaving y-2 objects
There are y-2 ways of selecting the third number leaving y-3 objects
and so on until . . .
There are y-(N-1) ways of selecting the Nth number leaving y-N objects
The total number of permutations is found by multiplying these together
= y * (y-1) * (y-2) * . . . . * (y-(y-1))
This can also be written as y! / (y-N)!
(the ! means factorial)