排列与组合
计算任何 n 与 r 的 P(n,r) 排列数与 C(n,r) 组合数。
P(n,r) — Permutations (order matters)
C(n,r) — Combinations (order doesn't matter)
How to use
- Enter n (the total number of items) and r (how many you are choosing).
- Click Calculate. P(n,r) counts ordered arrangements; C(n,r) counts unordered selections.
- Use permutations when the order matters (e.g. race podium positions). Use combinations when it doesn't (e.g. lottery numbers).
Related math tools
- Mean, Median & Mode Calculator — descriptive statistics
- Standard Deviation Calculator — measure data spread
- Prime Number Checker — test primality
常见问题
- Is this permutation and combination calculator free?
- Yes, completely free with no signup and no usage limits.
- Does my data leave my device?
- No. All calculations run entirely in JavaScript inside your browser.
- Does it work on mobile?
- Yes. Works on iPhone Safari and Android Chrome without installing any app.
Last updated: By jarvisbox