#specialist#ae#permutation#combinations

difference between permutation and combination

permutation is arrangement of things

  • order matters in permutations
  • and are different permutations of letters A,B,C a combination is a collection of things
  • order is irrelevant in combinations
  • and are the same combination
  • and are different combinations permutation formula for A, B, C and D
  • the number of permutations of n objects is n! for all integers and

digression

recursive definition:

  • for all integers
  • and
  • simplifying expressions involving factorials. given m! and n! where m < n, the highest common factor is m!
  • evaluate that shit

taken r at a time

list all permutations of a b c d and e taken 2 at a time

general formula is