SOLUTION: A person selects 5 letters from the word "Combine" & arranges them. How many ways can they do this? When I did the problem I used n C r (7 C 5 ) but when I checked my answer

Algebra ->  Finance -> SOLUTION: A person selects 5 letters from the word "Combine" & arranges them. How many ways can they do this? When I did the problem I used n C r (7 C 5 ) but when I checked my answer       Log On


   



Question 978798: A person selects 5 letters from the word "Combine" & arranges them. How many ways can they do this?
When I did the problem I used n C r (7 C 5 ) but when I checked my answer in my notes, I put nPr
(7 P 5) , but I don't understand why. Please explain why using nPr is the correct way to go about this problem.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Order matters. Something like "combi" is different from "icomb". That's why nPr is used instead of nCr.