Math, asked by kavibhar5abhit, 1 year ago

What is diff between 'permutations' and 'combination'? Where to apply permutations and where to apply combination

Answers

Answered by Anonymous
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.


nimalmanoj: Here’s an easy way to remember: permutation sounds complicated, doesn’t it? And it is. With permutations, every little detail matters. Alice, Bob and Charlie is different from Charlie, Bob and Alice (insert your friends’ names here).

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)
Similar questions