what is the difference between combination and permutation ?

  • 0

in combination the sequence does not matter. and in permutation sequence does matter.

like in combination {1,2} is similar to {2,1} but in permutation {1,2} is different from {2,1}.

If you want any other example then please let me know.

thnxx

  • 1

a permutation of a set of objects is an arrangement of those objects into a particular order. For example, there are six permutations of the set {1,2,3}, namely (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), and (3,2,1).

a combination is a way of selecting several things out of a larger group, where (unlike permutations) order does not matter. In smaller cases it is possible to count the number of combinations. For example given three fruit, say an apple, orange and pear, there are three combinations of two that can be drawn from this set: an apple and a pear; an apple and an orange; or a pear and an orange.

  • 0
What are you looking for?