Combinations & Permutations
Calculate combinations C(n,k) and permutations P(n,k) with formulas and results for large numbers. Essential for combinatorics.
Combination โ C(n,k) โ order does NOT matter
Permutation โ P(n,k) โ order MATTERS
When to use each?
Combination C(n,k): when the order of elements does not matter. E.g. choosing 3 people from a group of 10 for a committee.
Permutation P(n,k): when the order of elements matters. E.g. how many podiums (1st, 2nd, 3rd place) are possible in a race with 10 drivers.
Related Tools
Roman Numerals Converter
Convert Arabic numbers to Roman numerals and vice versa. Supports values from 1 to 3999. Instant bidirectional conversion.
GCD Calculator
Calculate the Greatest Common Divisor (GCD) of two or more numbers using the Euclidean algorithm. Instant result.
LCM Calculator
Calculate the Least Common Multiple (LCM) of two or more numbers. Instant result in the browser.