Loading the page...
Preparing tools and content for you. This usually takes a second.
Preparing tools and content for you. This usually takes a second.
Fetching calculator categories and tools for this section.
Calculate the exact number of possible ways you can arrange datasets. Input your Total Items (n) and the Amount Chosen (r) to simultaneously calculate both Permutations (nPr) and Combinations (nCr).
Last updated: February 24, 2026
Are you actually calculating combinations of identical outcomes over time? Try the Binomial Calculator
Permutations
Order MattersCombinations
Order IgnoresPermutations define all unique ordered sequences. Because the order of elements is strictly enforced, choosing the items A-B-C is counted as entirely distinct from C-B-A.
Without Repetition: P(n,r) = n! / (n-r)!
With Repetition: n^r
Combinations define group selections where the sequence is irrelevant. Here, choosing A-B-C is considered the exact same group as C-B-A. Because of this structural reduction, Combinations are always drastically smaller than Permutations.
Without Repetition: C(n,r) = n! / (r! * (n-r)!)
With Repetition: C(n+r-1, r)
Never mix up `nPr` and `nCr` equations again. Send this probability assistant to your study group!
Suggested hashtags: #Probability #Statistics #MathHacks #Combinatorics