Combinations

“Order doesn’t matter”

Combinations = # of subsets of size

Combinations are the same as Permutations, except order doesn’t matter.

  • When the order DOESN’T matter, there are less number of permutations, which is why we have the extra at the bottom.

We use the Binomial Coefficient to calculate the number of combinations.

Suppose we select slots from objects (where order doesn’t matter), the number of ways this can be done is (” choose ”):

Proof

We derive combinations from the idea that

I am still having trouble understanding how to think about permutations.