32.6k views
4 votes
How do you do permutations?

2 Answers

4 votes
Permutations are written as nPx where n is the number of total choices possible and x is the number of choices that will be used. This is calculated as nPx = n! / (n-x)!.
Permutations represent the number of ways we can choose x objects from n possibilities where the order of selection matters.
User Pravy
by
8.0k points
3 votes
Heres an exapmle:
5^2
Would be 25 (5x5)
Because you take the number at the top and multiply it by the base to however many times.
Hope this helped !!
User Bryan Lee
by
7.9k points