Question 913724
You want the formula for permutations without repetition.  The formula is
(nPr) = n! / (n-r)! where ! = factorial
(5P3) = (5*4*3*2*1) / (5-3)! = 20 = 20 possible permutations