What is diff between 'permutations' and 'combination'? Where to apply permutations and where to apply combination
Answers
Answered by
1
Permutation:
P(n,r)=n!(n−r)!P(n,r)=n!(n−r)!Combination:
C(n,r)=n!(n−r)!r!C(n,r)=n!(n−r)!r!Apparently, you use combination when the order doesn't matter. Great. I see how a combination will give you all the possible well, combinations. However, I don't see what exactly does a permutation do then.
Similar questions
World Languages,
8 months ago
English,
8 months ago
Science,
8 months ago
Physics,
1 year ago
Math,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago
Combinations, on the other hand, are pretty easy going. The details don’t matter. Alice, Bob and Charlie is the same as Charlie, Bob and Alice.
Permutations are for lists (order matters) and combinations are for groups (order doesn’t matter)