Formula Sheet
Permutations & Combinations Formulas
All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.
8 formulas · 7 subtopics
Permutations (nPr)
#1💡 Order matters. Number of ways to arrange r items from n distinct items.
⚠ Using nCr when order matters.
Combinations (nCr)
#2💡 Order does not matter. Selection of r items from n distinct items.
⚠ Forgetting to divide by r! when order doesn't matter.
Permutations with Repetition
#3💡 n total items with p_1 identical of type 1, p_2 of type 2, etc.
Circular Permutations
#4💡 Fix one object and arrange the rest. For necklace/bracelet, divide by 2.
⚠ Using n! instead of (n-1)! for circular arrangements.
Stars and Bars
#5💡 n identical items into r distinct groups (each group can be empty).
⚠ Forgetting to adjust when minimum constraint applies (subtract first, then apply).
Pascal's Identity
#6💡 Basis of Pascal's triangle. Useful for recursive counting arguments.
Derangements
#7💡 Number of permutations where no element is in its original position.
Numbers Divisible by k
#8💡 Divisibility by 3/9: digit sum divisible. By 4: last 2 digits. By 8: last 3 digits.