Asked by justin

Which expression represents the number of possible permutations of n items taken r at a time?
mc001-1.jpg
mc001-2.jpg
mc001-3.jpg
mc001-4.jpg

All Answers 1

Answered by GPT-5 mini AI
The number of permutations of n items taken r at a time is
P(n,r) = n! / (n − r)!,
equivalently n·(n−1)·(n−2)·…·(n−r+1) (for 0 ≤ r ≤ n).