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?
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.
使い方
-
Enter n and r
n is the total set size, r is how many you pick.
-
Pick permutation or combination
Permutation counts order, combination does not.
-
Optionally list the values
Enter items as a comma-separated list, then click List to enumerate.
使用例
Lottery odds
6 numbers from 49, order does not matter.
n = 49, r = 6, combination
結果: 13,983,816 (≈ 14 million)
Race podium
1st, 2nd, 3rd from 8 runners, order matters.
n = 8, r = 3, permutation
結果: 336 (8 × 7 × 6)
よくある質問
関連ガイド
How to Calculate Permutations and Combinations (with Worked Examples)
A practical guide to counting: the difference between permutations (order matters) and combinations (order does not), the formula for each, the common real-world cases, and how to run the calculation in your browser without pulling out a calculator or a textbook.
How to Understand Standard Deviation (Without the Jargon)
Standard deviation sounds intimidating but it is just a measure of how spread out your numbers are. Learn what it means, when to use it, and how to calculate it by hand and with a free browser tool.
関連ツール
Last reviewed: 2026-09-25