Fiveable

💯Math for Non-Math Majors Unit 7 Review

QR code for Math for Non-Math Majors practice questions

7.2 Permutations

7.2 Permutations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
💯Math for Non-Math Majors
Unit & Topic Study Guides

Permutations are all about arranging things in different orders. They help us count how many ways we can line up objects or pick items in a specific sequence. This concept is super useful for solving real-world problems and understanding probabilities.

We use factorial notation and special formulas to calculate permutations. These tools let us figure out things like how many ways to arrange letters in a word or pick winners in a contest. It's a key part of discrete math and probability theory.

Permutations

Factorial formula for permutations

  • Calculates the number of ways to arrange nn distinct objects in a specific order
    • Multiplies all positive integers from 1 up to nn (5 objects: 5×4×3×2×1=1205 \times 4 \times 3 \times 2 \times 1 = 120 arrangements)
  • Accounts for repeated objects by dividing n!n! by the factorial of each repeated object's count
    • Arranging "MISSISSIPPI" (44 I's, 44 S's, 22 P's, 11 M): 11!4!×4!×2!×1!=34,650\frac{11!}{4! \times 4! \times 2! \times 1!} = 34,650 unique permutations
    • Eliminates duplicate arrangements caused by identical objects (e.g., swapping positions of two I's)
  • Utilizes set theory principles to define the elements being arranged
Factorial formula for permutations, Section 2.3 Permutations and Combinations – Math FAQ

Permutation notation for subsets

  • Denotes the number of ways to select and arrange rr objects from a set of nn distinct objects
    • Notated as P(n,r)P(n, r) or nPr_{n}P_{r}, calculated as n!(nr)!\frac{n!}{(n-r)!}
    • Choosing 33 people from a group of 77 to stand in a line: P(7,3)=7!(73)!=210P(7, 3) = \frac{7!}{(7-3)!} = 210 possible arrangements
  • Applies when order matters and repetition is not allowed
    • Arranging books on a shelf, selecting contest winners (first, second, third place)
  • Contrasts with combinations, where order doesn't matter
Factorial formula for permutations, Permutations | College Algebra

Permutations in probability problems

  1. Determine the total number of possible outcomes (nn) and desired outcomes (rr)
  2. Calculate the number of ways the desired outcome can occur using the appropriate permutation formula
  3. Divide the number of desired outcomes by the total outcomes to find the probability
  • Winning a lottery by matching 66 numbers drawn from 4949 in the correct order:
    • Total outcomes: P(49,6)=49!(496)!=10,068,347,520P(49, 6) = \frac{49!}{(49-6)!} = 10,068,347,520
    • Desired outcome: 11 (only one way to match all 66 numbers in the correct order)
    • Probability: 110,068,347,5209.93×1011\frac{1}{10,068,347,520} \approx 9.93 \times 10^{-11} (about 11 in 1010 billion)
  • Permutations help calculate probabilities for ordered outcomes (e.g., horse race results, card hands)
  • Counting techniques: Permutations are a fundamental counting method in discrete mathematics
  • Probability: Permutations are essential for calculating probabilities of ordered events
  • Combinations: Another counting technique used when order doesn't matter, complementing permutations