Permutation vs Combination — Difference (with Table & FAQs)
Permutations count arrangements where order matters, while combinations count selections where order doesn't matter. These counting principles are crucial
✓ 100% Free
✓ No Login Needed
✓ NCERT / CBSE Aligned
✓ Download as PDF
TL;DR: Permutations count arrangements where order matters, while combinations count selections where order doesn't matter. These counting principles are cru…
Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated
🤖 Stuck on any question? Ask Syllab's free AI Tutor for a step-by-step explanation — instant, unlimited, no login.
The main difference between Permutation and Combination: Permutations count arrangements where order matters, while combinations count selections where order doesn't matter. These counting principles are crucial
Permutation vs Combination — Comparison Table
| Basis | Permutation | Combination |
|---|---|---|
| Definition | Arrangements where order matters | Selections where order doesn't matter |
| Order importance | Changing order creates different permutation | Changing order doesn't create new combination |
| Formula | P(n,r) = n!/(n-r)! | C(n,r) = n!/(r!(n-r)!) |
| Example | ABC, BCA, CAB are different | ABC and BCA are the same |
| Count | Always larger number | Always smaller number |
| Use cases | Password, seating arrangements, rankings | Lottery, committee selection, choosing teams |
| Real example | Arranging 3 books in a row | Choosing 3 books from shelf |
Key Points
- Permutations are for ordered arrangements; combinations are for unordered selections
- P(n,r) is always equal to or greater than C(n,r)
- P(n,r) = C(n,r) x r! because each combination can be arranged in r! ways
- Most real-world counting problems use combinations