Permutation & Combination Calculator — nPr / nCr — Uttir
Uttir

Permutation & Combination Calculator

Compute nPr and nCr, with optional listing of all arrangements or subsets. Bounded for huge counts.

Permutation & Combination Calculator — Permutations and combinations are the two basic ways of counting selections from a set. A permutation is an ordered arrangement — picking 1st, 2nd, 3rd place. A combination is an unordered subset — picking a committee of three.

All calculations run locally in your browser. Nothing is uploaded — close the tab and the data is gone.

Was Permutation & Combination Calculator useful?

Was ist Permutation & Combination Calculator?

Permutations and combinations are the two basic ways of counting selections from a set. A permutation is an ordered arrangement — picking 1st, 2nd, 3rd place. A combination is an unordered subset — picking a committee of three.

This tool computes nPr and nCr instantly, formats the result with sensible magnitude (3.7 million, 1.2 × 10²⁴, etc.), and — for small enough values — lists every arrangement or subset so you can see the pattern.

So funktioniert es

  1. Enter n and r

    n is the total set size, r is how many you pick.

  2. Pick permutation or combination

    Permutation counts order, combination does not.

  3. Optionally list the values

    Enter items as a comma-separated list, then click List to enumerate.

Beispiele

Lottery odds

6 numbers from 49, order does not matter.

n = 49, r = 6, combination

Ergebnis: 13,983,816 (≈ 14 million)

Race podium

1st, 2nd, 3rd from 8 runners, order matters.

n = 8, r = 3, permutation

Ergebnis: 336 (8 × 7 × 6)

Häufig gestellte Fragen

Verwandte Anleitungen

Verwandte Werkzeuge

Last reviewed: 2026-09-25