Raymond B. answered 06/28/25
Math, microeconomics or criminal justice
combinations order doesn't matter
permutations: order matters
nCr = n!/r!(n-r)!
nPr = n!/(n-r)
for example, 3 books arranged by 2 books selected from the 3 on a shelf
have ABC books which could be AB, AC, BC 3 ways
but if order matters, the AB, AC, BC, BA, CA, CB 6 ways
3C2 = 3!/1!2! = 6/2 =3 ways
3P2 = 3!/1! = 6/1 = 6 ways
nPr = r!nCr