Combinations & Permutations Calculator
Calculate combinations (nCr), permutations (nPr), and factorials with step-by-step solutions. Perfect for probability, statistics, and counting problems.
Combinations & Permutations
With Repetition (Replacement)
Circular Permutations
Arrangements around a circle where rotations are considered the same
Real-World Examples
Formulas Reference
Frequently Asked Questions
What is the difference between combinations and permutations?
Combinations count selections where order does not matter (like choosing lottery numbers), while permutations count arrangements where order matters (like assigning race positions). For the same n and r, permutations always give a larger or equal result because each combination can be arranged in multiple ways.
How do you calculate C(n,r) combinations?
The combination formula is C(n,r) = n! / (r!(n-r)!), where n is the total items and r is items chosen. For example, C(5,2) = 5! / (2! * 3!) = 120 / (2 * 6) = 10. This counts the number of ways to choose r items from n items when order doesn't matter.
What are lottery odds and how are they calculated?
Lottery odds are calculated using combinations since the order of drawn numbers doesn't matter. For a 6/49 lottery, the odds are C(49,6) = 13,983,816 to 1. This means there are nearly 14 million possible combinations, making any single ticket extremely unlikely to win.