Benchmark AI / Public workspace

Omni-MATH / Two rational numbers (m)/(n) and (n)/(m) are written on a blackboard, where m and n are relatively prime positive integers. At any point, Evan may pick two of the numbers x and y w…

Problem

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

problem

Two rational numbers mn\frac{m}{n} and nm\frac{n}{m} are written on a blackboard, where mm and nn are relatively prime positive integers. At any point, Evan may pick two of the numbers xx and yy written on the board and write either their arithmetic mean x+y2\frac{x+y}{2} or their harmonic mean 2xyx+y\frac{2xy}{x+y} on the board as well. Find all pairs (m,n)(m,n) such that Evan can write 11 on the board in finitely many steps.
Plain-text mathematical notation (without MathML)
Two rational numbers (m)/(n) and (n)/(m) are written on a blackboard, where m and n are relatively prime positive integers. At any point, Evan may pick two of the numbers x and y written on the board and write either their arithmetic mean (x+y)/(2) or their harmonic mean (2xy)/(x+y) on the board as well. Find all pairs (m,n) such that Evan can write 1 on the board in finitely many steps.
Original LaTeX notation
Two rational numbers $\frac{m}{n}$ and $\frac{n}{m}$ are written on a blackboard, where $m$ and $n$ are relatively prime positive integers. At any point, Evan may pick two of the numbers $x$ and $y$ written on the board and write either their arithmetic mean $\frac{x+y}{2}$ or their harmonic mean $\frac{2xy}{x+y}$ on the board as well. Find all pairs $(m,n)$ such that Evan can write $1$ on the board in finitely many steps.

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.

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