Skip to main content
Calkulon
Tilbage til Sammenligninger
Sammenligning

Combinations (nCr) vs Permutations (nPr): Understanding the Difference

FeatureCombinations (nCr)Permutations (nPr)
PurposeCalculate the number of ways to choose r items from a set of n items without replacementCalculate the number of ways to arrange r items from a set of n items without replacement
FormulanCr = n! / (r!(n-r)!) nPr = n! / (n-r)!
Order MattersNoYes
Use CasesChoosing a team, selecting a subset of itemsArranging items in a sequence, creating a schedule
Example5C3 = 10 (choosing 3 items from 5)5P3 = 60 (arranging 3 items from 5)

Recommendation

In conclusion, the choice between combinations and permutations depends on the specific problem you are trying to solve. If the order of selection or arrangement does not matter, use combinations. If the order matters, use permutations. By understanding the key differences between these two concepts, you can apply them to a wide range of problems and scenarios.

Indstillinger

PrivatlivVilkårOm© 2026 Calkulon