SOLUTION: Eleven people are competing in a sack race. There is a blue ribbon for first, a red ribbon for second, and a white ribbon for third. How many different first-second-third place fin

Algebra ->  Probability-and-statistics -> SOLUTION: Eleven people are competing in a sack race. There is a blue ribbon for first, a red ribbon for second, and a white ribbon for third. How many different first-second-third place fin      Log On


   



Question 434355: Eleven people are competing in a sack race. There is a blue ribbon for first, a red ribbon for second, and a white ribbon for third. How many different first-second-third place finishes are possible?
Answer by edjones(8007) About Me  (Show Source):
You can put this solution on YOUR website!
nPr = Arrangement of n things taken r at a time = n!/(n-r)!
11!/(11-3)!
=11*10*9*8!/8!
=11*10*9
=990
.
Ed