benchmarks.wiki / Public workspace

Omni-MATH / For a positive integer M, if there exist integers a, b, c and d so that: M≤a<b≤c<d≤M+49, ad=bc then we call M a GOOD number, if not then M is BAD. Please find the greatest GOOD num…

Problem

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

problem

For a positive integer MM, if there exist integers aa, bb, cc and dd so that: Ma<bc<dM+49,ad=bc M \leq a < b \leq c < d \leq M+49, \qquad ad=bc then we call MM a GOOD number, if not then MM is BAD. Please find the greatest GOOD number and the smallest BAD number.
Plain-text mathematical notation (without MathML)
For a positive integer M, if there exist integers a, b, c and d so that:
M≤a<b≤c<d≤M+49, ad=bc
then we call M a GOOD number, if not then M is BAD. Please find the greatest GOOD number and the smallest BAD number.
Original LaTeX notation
For a positive integer $M$, if there exist integers $a$, $b$, $c$ and $d$ so that:
\[ M \leq a < b \leq c < d \leq M+49, \qquad ad=bc \]
then we call $M$ a GOOD number, if not then $M$ is BAD. Please find the greatest GOOD number and the smallest BAD number.

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