What is Permutation & Combination?
Permutations count arrangements where order matters. Combinations count selections where order doesn't matter.
Example: Choosing 3 people from 10 for president, VP, and secretary (order matters) = permutation. Choosing 3 people for a committee (order doesn't matter) = combination.
Formula
Permutation: nPr = n! / (n-r)! Combination: nCr = n! / (r! × (n-r)!)
Factorial: n! = n × (n-1) × (n-2) × ... × 1
Example: 10P3 = 10!/7! = 720 10C3 = 10!/(3!×7!) = 120
How to use this Permutation & Combination Calculator?
1. Enter total items (n). 2. Enter items to choose (r). 3. See both permutation and combination results.