Permutations (nPr): Use when order matters.
Formula: P(n,r) = n! / (n-r)!
Example: Selecting 1st, 2nd, 3rd place from 10 people = 10P3 =
720
Combinations (nCr): Use when order does not
matter.
Formula: C(n,r) = n! / (r! × (n-r)!)
Example: Choosing 3 team members from 10 people = 10C3 = 120
Tip: Permutations are always greater than or equal to combinations for the same n and r values.
Share this tool
Help someone else shortcut their work
Send this page to a friend, student, or teammate who could benefit from it.