카탈로그 / 텍스트 / 순열 생성 도구
텍스트 · 도구

순열 생성 도구

항목 목록에서 가능한 모든 순열을 생성합니다.

Add item
Permutation length · all
Quick Examples

P(n,r) = n! / (n-r)! (without repetition)
P(n,r) = n^r (with repetition)

Total Permutations
0
Items0
Length0
Time0ms
PNG · 브라우저에서 생성, 업로드 없음
Frequently asked questions
What is a permutation?
A permutation is an arrangement of items where order matters. ABC and BAC are different permutations because the order is different.
How many permutations of 5 items taken 3 at a time?
There are 60 permutations. Use the formula P(n,r) = n!/(n-r)!, so P(5,3) = 5!/(2!) = 5 × 4 × 3 = 60.
What is the difference between permutations and combinations?
In permutations, order matters: ABC differs from BAC. In combinations, order does not matter: ABC equals BAC. Permutations always count more arrangements.
Can I generate permutations where items repeat?
Yes. With repetition allowed, each item can appear multiple times in an arrangement. The formula becomes P(n,r) = n^r instead of n!/(n-r)!.
What are permutations commonly used for?
Permutations are used for scheduling, creating passwords, organizing seating charts, arranging tournament brackets, and any situation where arrangement order matters.
Stay in the loop
New tools, in your inbox.

Get an occasional email when we ship new calculators and updates. No spam, unsubscribe anytime.

We respect your privacy. No spam, ever.