a permutation is all possible arrangements of a collection of things (order matters). nPr = n!/(n-r)!
Example: The arrangement of 6 students in 3 different rows can be done in 6P3 ways. 6P3 = 6!/(6-3)!, which is 120.