All-Russian Regional Preparation NT Exercise 1
Natural numbers $a, b, c$ are such that $abc = 60000000$. What is the largest possible value of $\gcd(a, b, c)$?
Replace sorry in the template below with your solution.
See Answer Bank for acceptible answer declarations.
Mathlib version used by the checker is v4.29.0.
import Mathlib.Algebra.GCDMonoid.Multiset
import Mathlib.Algebra.GCDMonoid.Nat
import Mathlib.Order.Bounds.Defs
def answer : ℕ := sorry
theorem solution : IsGreatest
{g | ∃ a b c : ℕ, a * b * c = 60000000 ∧ Multiset.gcd {a, b, c} = g} answer := sorry
Submit Solution
Login to submit a solution.
Recent Submissions
| # | User | Time (UTC) | Status |
|---|---|---|---|
| 384 | Kitsune | 2026-03-20T00:35 | PASSED ⓘ |
| 383 | Kitsune | 2026-03-20T00:07 | PASSED ⓘ |
| 382 | ansar | 2026-03-19T15:55 | PASSED ⓘ |