benchmarks.wiki / Public workspace
Omni-MATH / Let ⌊•⌋ denote the floor function. For nonnegative integers a and b, their [i]bitwise xor[/i], denoted a⊕b, is the unique nonnegative integer such that …
Problem
Answer published by the source. Consult the official source to check your work against its answer.
problem
Let denote the floor function. For nonnegative integers and , their [i]bitwise xor[/i], denoted , is the unique nonnegative integer such that is even for every . Find all positive integers such that for any integers , we have
[i]Carl Schildkraut[/i]
Plain-text mathematical notation (without MathML)
Let ⌊•⌋ denote the floor function. For nonnegative integers a and b, their [i]bitwise xor[/i], denoted a⊕b, is the unique nonnegative integer such that ⌊(a)/(2^(k))⌋+⌊(b)/(2^(k))⌋−⌊(a⊕b)/(2^(k))⌋ is even for every k≥0. Find all positive integers a such that for any integers x>y≥0, we have x⊕ax≠y⊕ay. [i]Carl Schildkraut[/i]
Original LaTeX notation
Let $\lfloor \bullet \rfloor$ denote the floor function. For nonnegative integers $a$ and $b$, their [i]bitwise xor[/i], denoted $a \oplus b$, is the unique nonnegative integer such that $$ \left \lfloor \frac{a}{2^k} \right \rfloor+ \left\lfloor\frac{b}{2^k} \right\rfloor - \left\lfloor \frac{a\oplus b}{2^k}\right\rfloor$$ is even for every $k \ge 0$. Find all positive integers $a$ such that for any integers $x>y\ge 0$, we have \[ x\oplus ax \neq y \oplus ay. \]
[i]Carl Schildkraut[/i]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
initial import