asked 144k views
1 vote
How many different nine player batting orders can be chosen from a baseball team of 16?

1 Answer

6 votes
This problem is basically
_(16)P_9


_nP_r = (n!)/((n - r)!)

If I plug in n = 16 and r = 9


(16!)/((16-9)!) = (16!)/(7!) = 4151347200

So there are 4151347200 different nine player batting orders that can be chosen from a baseball team of 16 :)
answered
User Sgy
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.