Permutations and Ordered Arrangements

College Depth 65 in the knowledge graph I know this Set as goal
Unlocks 26 downstream topics
combinatorics permutations

Core Idea

A permutation is an ordered arrangement of objects where the sequence matters. The number of permutations of n distinct objects taken r at a time is P(n,r) = n!/(n-r)!. Permutations count the ways to select and arrange r items from n items when order is significant.

How It's Best Learned

Use visual representations like seating arrangements, password creation, or race rankings. Compare small cases (2–3 objects) and count manually before deriving the formula.

Common Misconceptions

Explainer

A permutation is what you get when order matters. From the multiplication principle — your prerequisite — you already know that sequential independent choices multiply. Permutations are exactly that pattern applied to the specific situation of selecting and arranging items from a set without replacement.

Imagine you're assigning 3 trophies (gold, silver, bronze) to 3 of 8 runners in a race. The gold medal choice has 8 options, the silver has 7 (one runner already took gold), and the bronze has 6. The total is 8 × 7 × 6 = 336. This is P(8, 3): 8 people, choosing 3, where the order of selection (who gets which medal) matters. The general formula P(n, r) = n!/(n-r)! captures exactly this "dwindling slot" pattern: you multiply from n down to n-r+1, which is the same as n! divided by the (n-r)! that you're *not* using.

The factorial n! = n × (n-1) × (n-2) × … × 1 represents the special case where r = n: arranging *all* n items. If you have 5 books to arrange on a shelf, the first slot has 5 choices, the second has 4, and so on: 5! = 120 arrangements. As n grows, factorials explode — 10! = 3,628,800 — which is why exact counting with permutations is more tractable than brute enumeration.

The crucial conceptual boundary is the distinction between permutations and combinations. Permutations count arrangements where order matters. If you're assigning runners to medals, (Alice-gold, Bob-silver) is different from (Bob-gold, Alice-silver). But if you're just selecting 3 runners for *any* podium recognition without distinguishing the prizes, those two selections count as the same group. That's the combinations side of the coin. Any time you're counting permutations but suspect order shouldn't matter, ask yourself: would swapping two chosen items give a genuinely different outcome? If not, you need combinations instead.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsStep FunctionsComposition of FunctionsInverse FunctionsRadical Functions and GraphsRational ExponentsExponential Functions and GraphsGeometric Sequences and SeriesSigma NotationExpected ValueThe Probabilistic Method in Graph TheoryProbabilistic Method in CombinatoricsPermutations and Ordered Arrangements

Longest path: 66 steps · 264 total prerequisite topics

Prerequisites (2)

Leads To (4)