Calculate Permutations and Combinations
Permutations count ordered arrangements, while combinations count selections where order does not matter.
Formula: nPr = n! ÷ (n−r)!; nCr = n! ÷ [r!(n−r)!]
Write the inputs in the form required by the formula and check the result with a small reference case. For equations and statistics, make sure the selected convention matches the problem you are solving.
Substitute the same inputs into the displayed formula and compare the calculated value with the result shown by the tool.