SOLUTION: A coach must choose five starters from a team of 12 players. How many different ways can the coach choose the starters?

Algebra ->  Permutations -> SOLUTION: A coach must choose five starters from a team of 12 players. How many different ways can the coach choose the starters?      Log On


   



Question 553092: A coach must choose five starters from a team of 12 players. How many different ways can the coach choose the starters?
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
P(n,r) = (n!)/((n-r)!)

P(12,5) = (12!)/((12-5)!)

P(12,5) = (12!)/(7!)

P(12,5) = (12*11*10*9*8*7!)/(7!)

P(12,5) = 12*11*10*9*8

P(12,5) = 95040


So there are 95,040 different ways.


For more help with permutations, see this solver.