Compute the permutations 7P3
Count the number of ordered arrangements of 3 items chosen from 7.
Solution
- Given n = 7, r = 3
- Permutations nPr = n! / (n − r)! = 7! / 4! = 210
- Combinations nCr = n! / (r!·(n − r)!) = nPr / r! = 210 / 6 = 35
- Factorial n! = 5040
Try a similar problem yourself
Use the Permutations & Combinations to solve a similar problem with your own values.
Open the solver