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.