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).
P(n,r) = n! / (n − r)!,
equivalently n·(n−1)·(n−2)·…·(n−r+1) (for 0 ≤ r ≤ n).
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.