benchmarks.wiki / Public workspace

Omni-MATH / In a sports league, each team uses a set of at most t signature colors. A set S of teams is[i] color-identifiable[/i] if one can assign each team in S one of their signature colors…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

In a sports league, each team uses a set of at most tt signature colors. A set SS of teams is[i] color-identifiable[/i] if one can assign each team in SS one of their signature colors, such that no team in SS is assigned any signature color of a different team in SS. For all positive integers nn and tt, determine the maximum integer g(n,t)g(n, t) such that: In any sports league with exactly nn distinct colors present over all teams, one can always find a color-identifiable set of size at least g(n,t)g(n, t).
Plain-text mathematical notation (without MathML)
In a sports league, each team uses a set of at most t signature colors. A set S of teams is[i] color-identifiable[/i] if one can assign each team in S one of their signature colors, such that no team in S is assigned any signature color of a different team in S.

For all positive integers n and t, determine the maximum integer g(n,t) such that: In any sports league with exactly n distinct colors present over all teams, one can always find a color-identifiable set of size at least g(n,t).
Original LaTeX notation
In a sports league, each team uses a set of at most $t$ signature colors. A set $S$ of teams is[i] color-identifiable[/i] if one can assign each team in $S$ one of their signature colors, such that no team in $S$ is assigned any signature color of a different team in $S$.

For all positive integers $n$ and $t$, determine the maximum integer $g(n, t)$ such that: In any sports league with exactly $n$ distinct colors present over all teams, one can always find a color-identifiable set of size at least $g(n, t)$.

Discussion

Discussion

No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

See answer Answer published by the source

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Source and history

Official source

initial import