Tools

Permutation & Combination Calculator

Count the ways to pick r items from n — ordered or not, with repetition or not. Every figure is computed exactly with big integers, so the digits you see are the digits, and the classic P(n,r) and C(n,r) sit alongside the two repetition cases people usually mean instead.

Try
The four ways to countpicking 3 from 10
No repetition
With repetition
Order
matters
P(n,r) = n! / (n−r)!
720
Podium finishes — gold, silver, bronze from the same field
1 000
A PIN — each position independently picks any of the n symbols
Order does
not matter
C(n,r) = n! / (r! (n−r)!)
120
A lottery draw, or a hand of cards
C(n+r−1, r)
220
Scoops of ice cream — you may take the same flavour twice

The two shaded cells are what “permutations” and “combinations” usually mean.

How they relate
P(10, 3) = C(10, 3) × 3! = 120 × 6 = 720
Each unordered selection can be arranged 3! = 6 ways, which is exactly the factor between the two.
n!
3 628 800
7 digits
r!
6
1 digits
(n−r)!
5 040
4 digits
Where r sitsC(10, k) for every k — your r is highlighted
0
1
2
3
4
5
6
7
8
9
10

The curve is symmetric because C(n, k) = C(n, n−k): picking 3 to keep is the same as picking 7 to leave.

The actual selections from {1…10}first 120 shown
{unordered}
{1, 2, 3}{1, 2, 4}{1, 2, 5}{1, 2, 6}{1, 2, 7}{1, 2, 8}{1, 2, 9}{1, 2, 10}{1, 3, 4}{1, 3, 5}{1, 3, 6}{1, 3, 7}{1, 3, 8}{1, 3, 9}{1, 3, 10}{1, 4, 5}{1, 4, 6}{1, 4, 7}{1, 4, 8}{1, 4, 9}{1, 4, 10}{1, 5, 6}{1, 5, 7}{1, 5, 8}{1, 5, 9}{1, 5, 10}{1, 6, 7}{1, 6, 8}{1, 6, 9}{1, 6, 10}{1, 7, 8}{1, 7, 9}{1, 7, 10}{1, 8, 9}{1, 8, 10}{1, 9, 10}{2, 3, 4}{2, 3, 5}{2, 3, 6}{2, 3, 7}{2, 3, 8}{2, 3, 9}{2, 3, 10}{2, 4, 5}{2, 4, 6}{2, 4, 7}{2, 4, 8}{2, 4, 9}{2, 4, 10}{2, 5, 6}{2, 5, 7}{2, 5, 8}{2, 5, 9}{2, 5, 10}{2, 6, 7}{2, 6, 8}{2, 6, 9}{2, 6, 10}{2, 7, 8}{2, 7, 9}{2, 7, 10}{2, 8, 9}{2, 8, 10}{2, 9, 10}{3, 4, 5}{3, 4, 6}{3, 4, 7}{3, 4, 8}{3, 4, 9}{3, 4, 10}{3, 5, 6}{3, 5, 7}{3, 5, 8}{3, 5, 9}{3, 5, 10}{3, 6, 7}{3, 6, 8}{3, 6, 9}{3, 6, 10}{3, 7, 8}{3, 7, 9}{3, 7, 10}{3, 8, 9}{3, 8, 10}{3, 9, 10}{4, 5, 6}{4, 5, 7}{4, 5, 8}{4, 5, 9}{4, 5, 10}{4, 6, 7}{4, 6, 8}{4, 6, 9}{4, 6, 10}{4, 7, 8}{4, 7, 9}{4, 7, 10}{4, 8, 9}{4, 8, 10}{4, 9, 10}{5, 6, 7}{5, 6, 8}{5, 6, 9}{5, 6, 10}{5, 7, 8}{5, 7, 9}{5, 7, 10}{5, 8, 9}{5, 8, 10}{5, 9, 10}{6, 7, 8}{6, 7, 9}{6, 7, 10}{6, 8, 9}{6, 8, 10}{6, 9, 10}{7, 8, 9}{7, 8, 10}{7, 9, 10}{8, 9, 10}
Share

marduc812

© 202620260824_1c411cc