In rec soccer we have 12 players in the team, and each half is 30 minutes long. At any given time there are eight players on the pitch, while the others are on the bench.
The question is how long should each player be benched on average if the coach is trying to give them all equal play time?
I know it has to do with possible combinations of players, and then there is the goalie issue, which possibly can be left out of the problem.
Let's keep the goalie out of the calculations; the same method would work otherwise. The total number of available minutes are $60\times7$ and these should be divided between 11 players (excluding the goalie). So the share of each is $$ \frac{60\times7}{11}=38.18. $$ So each player must be benched $$60-38.18=21.81$$ minutes.