[Math] How many teams of 5 players can be chosen from a group of 10 players? How many teams will include the best player and exclude the worst player

combinatorics

This was a question from my textbook. This is how I approached it.

For the first part, you can do c(10,5) so you choose 5 of the 10 to be on a team.

For the second part, you have 10 ways to choose the "best player" and you multiply it by c(10,4) to pick the other 4 players. However, I am not sure how you can exclude the "worst player". Although this sounds subjective, I believe the question is saying that the "best" and "worst" players are distinct, whereas the other players aren't.

Best Answer

You seem to be making an incorrect assumption about how the problem should be interpreted. The way I read the problem there is a very clear single person who is considered "the best player" and no choice is needing to be made as to who it is.

A rephrasing of the question:

How many $5$-element subsets are there of the set $\{1,2,3,\dots,9,10\}$ such that $1$ is included and $10$ is not included in the subset.

Hint:

Compare this to the problem of asking how many $4$-element subsets there are of the set $\{2,3,4,\dots,9\}$ there are. Do you see what this has to do with your original problem?