What is the difference between combinations and permutations?
Order doesn’t matter
Order does matter
What is the formula for combinations without repetition?
n! / (n - r)!*r!
What is the formula for permutations without repetition?
n! / (n - r)!
What is the formula for combinations with repetition?
(r + n - 1)! / r!(n - 1)!
What is the formula for permutations with repetition?
n^r
What do the symbols n and r represent in permutations and combinations?
r = number wanted
n = entire set
When does order not matter?
When pairs of objects are not counted as the same