A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Permutations and Arrangements

College Depth 77 in the knowledge graph I know this Set as goal
28topics build on this
363prerequisites beneath it
See this on the map →
Counting Fundamentals and the Multiplication PrincipleFactorialCombinations and Selections
permutations arrangements ordering P(n,r)

Core Idea

A permutation is an ordered arrangement of distinct objects. The number of r-permutations of n objects is P(n, r) = n!/(n−r)!. When order matters—choosing a president, vice-president, and treasurer—permutations apply.

How It's Best Learned

Use the multiplication principle to derive P(n, r): first position has n choices, second has n−1, etc. Practice distinguishing permutations (order matters) from combinations (order doesn't).

Common Misconceptions

Permutations require distinct objects; if objects repeat, the formula changes. The formula P(n, r) assumes choosing without replacement and that order distinguishes arrangements.

Explainer

A permutation is any ordered arrangement of objects. "Ordered" is the key word: the arrangement (Alice, Bob, Carol) is different from (Bob, Alice, Carol), even though they involve the same three people. When you studied the multiplication principle in counting fundamentals, you learned to multiply independent choices. Permutations apply that principle to sequential slots where each choice reduces the available options.

Suppose you want to arrange 3 of 5 students in a line for a photo. The first slot has 5 choices. Once that student is placed, the second slot has only 4 remaining choices. The third slot has 3. The total is 5 × 4 × 3 = 60. This is P(5, 3) — the number of ways to arrange 3 objects chosen from 5, where order matters. In general, P(n, r) = n × (n−1) × ⋯ × (n−r+1), which collapses neatly using the factorial you learned: P(n, r) = n! / (n−r)!. The (n−r)! in the denominator cancels the tail of the factorial that was never used.

The factorial connection is worth pausing on. Factorial was introduced as "the number of ways to arrange n distinct objects in a complete sequence." That is just P(n, n) = n!/0! = n!. Permutations generalize this to partial arrangements — you're selecting r of the n objects to place, and the order of placement distinguishes outcomes. When r = n, you recover the factorial.

The hardest skill in permutation problems is distinguishing whether order matters. Consider: "How many ways can you choose a president and a vice-president from a 10-person club?" The offices are distinct — who gets which role matters — so this is a permutation: P(10, 2) = 90. Compare to "How many 2-person committees can be chosen from 10 people?" Committees don't have ranked roles; {Alice, Bob} is the same committee as {Bob, Alice}. That is a combination problem, which you'll study next. The test is simple: if swapping two choices produces a different outcome, it's a permutation.

One important boundary: the standard formula assumes you are choosing without replacement (no object appears twice) and that all objects are distinct. If objects can repeat (e.g., digit sequences where the same digit can reappear), the count is nr, not P(n, r). If objects are not all distinct (e.g., arrangements of the letters in "MISSISSIPPI"), the formula must be divided by the factorials of the repeated element counts. The formula P(n, r) = n!/(n−r)! is the clean, foundational case; understanding its assumptions helps you recognize when a variant is needed.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and ComplementProof by CasesProving by Cases and ExhaustionVacuous Truth and Trivial CasesProof by Cases (Proof by Exhaustion)Mathematical InductionThe Pigeonhole PrinciplePigeonhole Principle and Its ApplicationsCounting Fundamentals and the Multiplication PrinciplePermutations and Arrangements

Longest path: 78 steps · 363 total prerequisite topics

Prerequisites (2)

Leads To (1)