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 \lfloor \bullet \rfloor denote the floor function. For nonnegative integers aa and bb, their [i]bitwise xor[/i], denoted aba \oplus b, is the unique nonnegative integer such that a2k+b2kab2k \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 k0k \ge 0. Find all positive integers aa such that for any integers x>y0x>y\ge 0, we have xaxyay. x\oplus ax \neq y \oplus ay. [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

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