返回题库

HMMT 二月 2002 · 冲刺赛 · 第 43 题

HMMT February 2002 — Guts Round — Problem 43

专题
Contest Math / 竞赛数学
难度
L3
来源
HMMT

题目详情

英文原题

  1. [9] Given that a, b, c are positive integers satisfyinga + b + c = gcd( a, b ) + gcd( b, c ) + gcd( c, a ) + 120 ,
    determine the maximum possible value of a .
解析

英文解析

  1. Given that a, b, c are positive integers satisfyinga + b + c = gcd( a, b ) + gcd( b, c ) + gcd( c, a ) + 120 ,
    determine the maximum possible value of a .
    Solution: 240 . Notice that ( a, b, c ) = (240 , 120 , 120) achieves a value of 240. To seethat this is maximal, first suppose that a > b . Notice that a + b + c = gcd( a, b ) + gcd( b, c ) +
    gcd( c, a ) + 120 ≤ gcd( a, b ) + b + c + 120, or a ≤ gcd( a, b ) + 120. However, gcd( a, b ) is aproper divisor of a , so a ≥ 2 · gcd( a, b ). Thus, a − 120 ≤ gcd( a, b ) ≤ a/ 2, yielding a ≤ 240.
    Now, if instead a ≤ b , then either b > c and the same logic shows that b ≤ 240 ⇒ a ≤ 240,
    or b ≤ c, c > a (since a, b, c cannot all be equal) and then c ≤ 240 ⇒ a ≤ b ≤ c ≤ 240.