In short
A permutation is an arrangement where order matters (nPr); a combination is a selection where order does not matter (nCr).
Permutation vs Combination — Comparison Table
| Basis | Permutation | Combination |
|---|---|---|
| Order | Matters | Does not matter |
| Represents | Arrangement | Selection |
| Formula | ⁿPᵣ = n!/(n−r)! | ⁿCᵣ = n!/[r!(n−r)!] |
| Relation | ⁿPᵣ = ⁿCᵣ × r! | ⁿCᵣ = ⁿPᵣ / r! |
| Example | Arranging letters, ranks | Choosing a team, committee |
Want to understand this fully? Read the Mathematics notes on this chapter.