P(10, 3) — picking gold/silver/bronze from 10 athletes
Input: n = 10, r = 3
Output: P(10,3) = 10!/(10-3)! = 10×9×8 = 720
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Calculate permutations P(n,r) and combinations C(n,r) for any values of n and r with step-by-step working.
The Permutation & Combination Calculator computes P(n,r) (permutations — ordered arrangements) and C(n,r) (combinations — unordered selections) for any whole number values of n (total items) and r (items chosen). The results include step-by-step factorial expansion so you can follow the working: P(n,r) = n! / (n-r)! and C(n,r) = n! / (r! × (n-r)!). This is a core tool for probability, statistics, combinatorics coursework, and probability calculations in fields such as genetics, games, and cryptography. Both results are shown simultaneously so you can compare the two at a glance. The factorial-based formulas P(n,r) and C(n,r) are foundational across discrete math, probability theory, statistical mechanics, and computer science (e.g., counting paths in graphs).
Input: n = 10, r = 3
Output: P(10,3) = 10!/(10-3)! = 10×9×8 = 720
Input: n = 52, r = 5
Output: C(52,5) = 52!/(5!×47!) = 2,598,960
Input: n = 49, r = 6
Output: C(49,6) = 13,983,816 (odds 1 in ~14 million)