Permutations with Repetition Calculator

Count ordered arrangements when repetition is allowed.

Permutations 10,000

Formula: n^r

Step-by-step with your numbers:
1. Values used:
2. Items to choose from (n) = 10
3. Positions (r) = 4
4.
5. Permutations = 10,000
Did we solve your problem today?

When order matters and items can repeat, the count is simply n to the power r.

How the Math Works

The Permutations with Repetition Calculator uses the formula n^r to count ordered arrangements where items can be repeated. Here, 'n' represents the total number of distinct items available, and 'r' is the number of positions or slots in each arrangement. The formula works because for each of the r positions, you have exactly n choices, and by the fundamental counting principle, you multiply the number of choices together: n × n × n × ... (r times) = n^r. For example, if you have 3 letters (A, B, C) and want to fill 2 positions, you get 3^2 = 9 possible arrangements: AA, AB, AC, BA, BB, BC, CA, CB, CC.

Practical Applications

To apply this calculation, first identify your total pool of distinct items (n) and determine how many positions you need to fill in your ordered arrangement (r). Then simply raise n to the power of r. This is useful in scenarios like creating passwords where you have 26 letters and 4 positions, giving 26^4 = 456,976 possible combinations. It's also valuable in manufacturing for determining possible product codes, in genetics for calculating DNA sequence possibilities, or in computer science for analyzing possible states in systems with n states and r time periods.

Day-to-Day Use

This calculation helps in everyday decision-making when you need to count possibilities with repetition. When creating a PIN or password, you can quickly determine how many unique combinations are possible with your chosen digits or characters. Planning a menu with 5 appetizer choices that can be repeated at 3 different times gives you 5^3 = 125 serving combinations. Even in crafting projects, if you have 4 bead colors and are making a 6-bead necklace where colors can repeat, you have 4^6 = 4,096 color possibilities to consider. It's also useful for lottery probability calculations and understanding the scope of choices in subscription services with multiple categories of content.

Worked example

A 4-digit PIN from 10 digits gives 10^4 = 10000.

FAQ

Permutation vs combination with repetition?

Permutations count order; combinations don't.