Mathematics · pattern A, Numeric fields
Enter n and r for the number of ordered arrangements, with the combination count alongside so the difference between them is visible.
ⁿPᵣ = n! ÷ (n − r)!
Permutations count arrangements where order is significant. Combinations count selections where it is not, and are always fewer.
720
n = 10, r = 3. Permutations count arrangements where order matters; combinations count selections where it does not.
1ⁿPᵣ = n! ÷ (n − r)! = 3,628,800 ÷ 5,040 = 720
arrangements of r items chosen from n, order significant
2ⁿCᵣ = ⁿPᵣ ÷ r! = 720 ÷ 6 = 120
divide out the r! orderings of each selection
Choosing three from ten gives 720 ordered arrangements and 120 unordered selections, because each selection can be arranged in 3! = 6 ways. That factor of r! is the whole difference between the two formulas, and deciding whether order matters is the actual work.
If the number is not the part you are stuck on, that is what the service is for — a specialist who explains the working, not just the answer.
Arithmetic runs in double-precision floating point, so results beyond about fifteen significant figures are not exact. Where a question wants an exact fraction or surd, keep the exact form rather than a decimal.