Benchmark AI / Public workspace
OlympiadBench / 1920 / For any two different real numbers x and y, we define D(x,y) to be the…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Expression
is multiple answer
false
language
English
question
For any two different real numbers and , we define to be the unique integer satisfying . Given a set of reals , and an element , we say that the scales of in are the values of for with .
Let be a given positive integer. Suppose that each member of has at most different scales in (note that these scales may depend on ). What is the maximum possible size of ?
Plain-text mathematical notation (without MathML)
For any two different real numbers x and y, we define D(x,y) to be the unique integer d satisfying 2^(d)≤|x−y|<2^(d+1). Given a set of reals F, and an element x∈F, we say that the scales of x in F are the values of D(x,y) for y∈F with x≠y. Let k be a given positive integer. Suppose that each member x of F has at most k different scales in F (note that these scales may depend on x ). What is the maximum possible size of F ?
Original LaTeX notation
For any two different real numbers $x$ and $y$, we define $D(x, y)$ to be the unique integer $d$ satisfying $2^{d} \leqslant|x-y|<2^{d+1}$. Given a set of reals $\mathcal{F}$, and an element $x \in \mathcal{F}$, we say that the scales of $x$ in $\mathcal{F}$ are the values of $D(x, y)$ for $y \in \mathcal{F}$ with $x \neq y$.
Let $k$ be a given positive integer. Suppose that each member $x$ of $\mathcal{F}$ has at most $k$ different scales in $\mathcal{F}$ (note that these scales may depend on $x$ ). What is the maximum possible size of $\mathcal{F}$ ?question type
Open-ended
subject
Math
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.
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
initial import