Fiveable

๐ŸงฎCombinatorics Unit 2 Review

QR code for Combinatorics practice questions

2.2 Permutations with repetition

๐ŸงฎCombinatorics
Unit 2 Review

2.2 Permutations with repetition

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
๐ŸงฎCombinatorics
Unit & Topic Study Guides

Permutations with repetition allow objects to appear multiple times in arrangements, unlike permutations without repetition. This increases possible outcomes, using the formula n^r where n is the number of choices and r is positions to fill.

Understanding permutations with repetition is crucial for real-world applications like PIN codes, passwords, and genetic sequences. It significantly increases possible combinations, impacting fields from cryptography to biology, where repeated elements are common and important.

Permutations with vs without repetition

Key differences and formulas

  • Permutations without repetition arrange distinct objects where each object appears only once in the arrangement
  • Permutations with repetition allow objects to appear multiple times, creating more possible outcomes
  • Formula for permutations without repetition P(n,r)=n!(nโˆ’r)!P(n,r) = \frac{n!}{(n-r)!} where n represents total objects and r represents objects being arranged
  • Formula for permutations with repetition nrn^r where n represents possible choices for each position and r represents positions to fill
  • Repetition significantly increases the number of possible permutations
  • Order of selection matters in permutations with repetition, but object usage frequency does not affect future availability

Real-world applications and examples

  • PIN codes utilize permutations with repetition (0-9 digits can be repeated in 4-digit code)
  • Passwords often allow character repetition to increase possible combinations
  • Genetic sequences can have repeated nucleotides (ATCG) in DNA strands
  • License plates in some regions allow repeated letters/numbers
  • Combinations for padlocks typically allow digit repetition
  • Creating words from a limited alphabet (like binary 0s and 1s for computer data)

Calculating permutations with repetition

Understanding the formula

  • Permutations with repetition formula nrn^r derived from multiplication principle of counting
  • n represents number of choices for each position (remains constant throughout)
  • r represents number of positions to fill or decisions to make
  • Formula accounts for possibility of repetition, even if not all objects repeat in every permutation
  • Applies to scenarios with or without actual repetitions occurring

Applying the formula correctly

  • Identify n (number of options) and r (number of positions/selections) from given information
  • n remains constant for each position, unlike permutations without repetition
  • Result of nrn^r gives total possible arrangements, including those with and without repetitions
  • Example: 4-digit PIN with digits 0-9, calculate 104=10,00010^4 = 10,000 possible PINs
  • For creating 3-letter words using 26 letters, calculate 263=17,57626^3 = 17,576 possible words

Applying permutations with repetition

Problem-solving steps

  • Identify key elements: n (options available) and r (positions to fill)
  • Apply formula nrn^r to calculate total permutations with repetition
  • For linguistic problems, n often represents alphabet size, r represents word/code length
  • In numerical problems, n typically represents allowed digit range, r represents sequence length
  • Handle multiple object types by multiplying separate calculations (multiplication principle)
  • Consider problem constraints affecting formula application (position restrictions)
  • Interpret results in real-world context

Example scenarios and solutions

  • Creating 5-letter codes using letters A-Z: 265=11,881,37626^5 = 11,881,376 possible codes
  • 8-digit binary sequences: 28=2562^8 = 256 possible sequences
  • 3-digit lock combinations (0-9): 103=1,00010^3 = 1,000 possible combinations
  • DNA sequence of length 10 (A, T, C, G): 410=1,048,5764^{10} = 1,048,576 possible sequences
  • License plates with 3 letters followed by 4 digits: 263104=17,576,00026^3 10^4 = 17,576,000 possible plates

Impact of repetition on permutations

Comparative analysis

  • Repetition dramatically increases possible arrangements compared to non-repetition
  • Growth rate of nrn^r (with repetition) generally faster than n!(nโˆ’r)!\frac{n!}{(n-r)!} (without repetition) as r approaches n
  • Constant number of choices for each position in repetition permutations creates multiplicative effect
  • Impact of repetition becomes more pronounced as number of positions (r) increases
  • Increasing r typically has more dramatic effect than increasing n on total permutations

Practical implications

  • Analyze how changing n or r affects total permutations
  • Compare permutations with and without repetition for same n and r values to quantify repetition impact
  • Example: Arranging 5 distinct objects in 3 positions
    • Without repetition: P(5,3)=5!(5โˆ’3)!=60P(5,3) = \frac{5!}{(5-3)!} = 60 permutations
    • With repetition: 53=1255^3 = 125 permutations
  • Repetition allowance affects outcome probabilities in applications like cryptography
  • In password security, allowing repetition significantly increases possible combinations
  • Genetic sequencing relies on nucleotide repetition for diverse gene expressions