๐ขPermutation vs Combination๐ฒ
Both permutations and combinations count ways to choose items, but the answer depends on one question: does the order matter?
Run a moomz poll: who wins for you?
moomz.com โ 10s, anonymous, free
๐ขPermutation
- โCounts arrangements where order matters
- โABC and CBA are counted as different
- โAlways gives a count equal to or larger than combinations
- โUsed for rankings, passwords and seat orders
- โCalculated as n! divided by (n minus r) factorial
๐ฒCombination
- โCounts selections where order does not matter
- โABC and CBA are counted as the same group
- โAlways gives a count equal to or smaller than permutations
- โUsed for lottery picks, committees and card hands
- โCalculated by dividing permutations by r factorial
Verdict
Ask whether order matters. For a race podium (gold, silver, bronze) use permutations; for picking a committee where all members are equal, use combinations.
Frequently asked
How do I decide which to use?+
If rearranging the chosen items creates a different outcome, use permutations; if not, use combinations.
Is a lottery a permutation or a combination?+
A combination, because the order in which numbers are drawn usually does not matter.
Which gives a bigger number?+
Permutations, since each unordered combination corresponds to several ordered arrangements.
Also in