MyVIPWebTools logo

Permutations with Repetition Calculator — Ordered Selection with Replacement

Our Permutations with Repetition Calculator computes nʳ — the number of ordered sequences of length r you can build from n available choices when repetition is allowed, like PIN codes, license plates, or DNA sequences. This is distinct from the site's Permutation Calculator, which computes nPr for ordered selections without repetition (each item usable only once). Enter n and r to get the exact count instantly, with BigInt precision for large results.

Quick Answer

Permutations with repetition count ordered sequences where items can repeat: nʳ, where n is the number of choices and r is the sequence length. Enter n and r below for the exact count — this is different from ordinary permutations (nPr), which don't allow repeats.

Enter n and r, then click Calculate.

How to Use the Permutations with Repetition Calculator — nʳ Online

  1. 1

    Enter the number of available choices (n).

  2. 2

    Enter the length of the sequence you're selecting (r).

  3. 3

    Click 'Calculate' to get the exact number of possible ordered sequences with repetition allowed.

  4. 4

    Review the step-by-step formula showing how nʳ was computed.

Why Use Permutations with Repetition Calculator — nʳ Online?

Permutations with repetition answer a subtly different question than ordinary permutations: instead of 'how many ways can I arrange r items chosen once each from n options,' it asks 'how many ordered sequences of length r can I build if I'm allowed to reuse any option as many times as I like' — the exact scenario behind 4-digit PIN codes (10⁴ = 10,000 combinations) or 3-letter license plate prefixes. The formula nʳ is simple, but it's easy to accidentally apply the no-repetition formula (nPr) instead, which gives a very different, smaller answer. This calculator makes the distinction explicit and computes the exact result.

Frequently Asked Questions

Related Tools

Permutations with Repetition Calculator — nʳ Online | MyVIPWebTools