When to use permutation and when to use combination?
Answers
Answered by
0
Permutation -nPr—n!/(n-r)!
Combination—nCr—n!/(n-r)!r!
Combination—nCr—n!/(n-r)!r!
Answered by
1
Permutations are for lists (order matters) andcombinations are for groups (order doesn't matter). A joke: A "combination lock" should really be called a "permutation lock". The order you put the numbers in matters. (A true "combination lock" would accept both 10-17-23 and 23-17-10 as correct.)
Similar questions