Say I have 18 players who have been ranked in order of ability 1-18. I need to make up 6 teams each with 3 players. How do I choose the members of each team such that based on the ranking of the players there has been a fair distribution so that the teams are balanced.
2026-03-28 05:22:43.1774675363
fair distribution of table tennis players in roster
66 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDER-STATISTICS
- What does it mean to say that one random variable is "greater" than another?
- Fermi/Bose gases
- Calculating integral using pdf's $\int_0^1x^r(1-x)^{n-r}dx$
- Expectation of sample median, general uniform case
- Distribution of the maximum of independent RV
- Order statistics, unclear derivation of the distribution function, uniform df
- find joint distribution $\min (X,Y)$ and $W$, where W is a discrete distribution
- Prove that regression beta of order statistics converges to 1?
- Probability based on position
- Understanding functional equation for order statistics
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
One way would be to ensure the sum of the rankings of players in each team are the same.
Let's say team A has players 1,2,3,16,17 and 18. Team B has 4,5,6,13,14 and 15.
You'd expect 16,17 and 18 to lose all of their matches against Team A, meaning 18 wins for Team B in a round robin. However, 1,2,3 would win all their matches, meaning 18 wins for Team A in a round robin. In 36 matches, the teams would be even. Team C taking players 7 through 12 would also win 18 matches against either team, and lose 18 against either.
This gets a little more complicated if you're not playing a round robin, however.
If each team player plays only one match, you'll want one from 1,2,3 on each team and one from 4,5,6 on each team, etc. If Team A had the top player from 1-3, you'd want Team B to have the top player from 4-6 and Team C to have the top player from 7-9, etc. You'd also want to have each team have only one second best player from each of these subdivisions of the rankings, and each to take one third best from each of these subdivisions.
Note that if you did this, then again you'd find that the sum of the rankings of each team is equal, at 57.