Order cards with duplicates

This math skill teaches how to count the distinct ways to order a set of cards, including identical ones (duplicates). Calculate the total permutations without considering duplicates, then divide by the permutations of the duplicates. Use factorial for both calculations.