Compute P(n, r) = n! / (n-r)!, the number of ordered
arrangements of r items chosen from n distinct items.
Order matters in permutations.
Example
Use the permutation formula for ordered arrangements.
highlighted = computed this step
Step 1 — Set up
Identify n and r for the permutation.
n=7r=3
Step 2 — Formula
Substitute into the permutation formula.
P(7,3)=4!7!
Step 3 — Cancel factorials
Cancel factorials to get the product.
7⋅6⋅5=210
Step 4 — Result
State the permutation count.
P(7,3)=210
permutations-nPr
P(n, r) = n! / (n - r)! = n · (n-1) · ⋯ · (n-r+1)