How many ways can you arrange 5 books on a shelf? What if 2 of them are identical? What if you pick only 3 books from the 5?
In this section, I'll show you how to count arrangements where order matters. You'll learn factorial notation, permutation formulas, and how to handle repeated items.
By the end, you'll count ordered arrangements fast and generate all permutations of a set.