SOLUTION: There are 15 irish dancers in a championship-level competition. How many ways can the top 3 finishers be arranged?

Algebra ->  Permutations -> SOLUTION: There are 15 irish dancers in a championship-level competition. How many ways can the top 3 finishers be arranged?      Log On


   



Question 272881: There are 15 irish dancers in a championship-level competition. How many ways can the top 3 finishers be arranged?
Answer by edjones(8007) About Me  (Show Source):
You can put this solution on YOUR website!
nPr=n!/(n-r) Permutation.
15!/(15-3)!
=(15*14*13*12!)/12!
=2730 different ways.
.
Ed