返回题库

HMMT 二月 1998 · 代数 · 第 10 题

HMMT February 1998 — Algebra — Problem 10

专题
Discrete Math / 离散数学
难度
L3
来源
HMMT

题目详情

  1. G. H. Hardy once went to visit Srinivasa Ramanujan in the hospital, and he started the conversation with: “I came here in taxi-cab number 1729. That number seems dull to me, which I hope isn’t a bad omen.” “Nonsense,” said Ramanujan. “The number isn’t dull at all. It’s quite interesting. It’s the smallest number that can be expressed as the sum of two cubes in two different ways.” Ramujan had immediately seen that 3 3 3 3 1729 = 12 + 1 = 10 + 9 . What is the smallest positive integer representable as the sum of the cubes of three positive integers in two different ways?
解析
  1. Problem: G.H. Hardy once went to visit Srinivasa Ramanujan in the hospital, and he started the conversation with: “I came here in taxi-cab number 1729. That number seems dull to me, which I hope isn’t a bad omen.” “Nonsense,” said Ramanujan. “The number isn’t dull at all. It’s quite interesting. It’s the smallest number that can be expressed as the sum of two cubes in two different ways.” Ramanujan had 3 3 3 3 immediately seen that 1729 = 12 + 1 = 10 + 9 . What is the smallest positive integer representable as the sum of the cubes of three positive integers in two different ways? 3 3 3 3 3 3 Solution: Let this smallest positive integer be represented as a + b + c = d + e + f . By inspection, a solution is not possible with the first 4 cubes. We prove that it is impossible to write the same number as two different sums of the first 5 cubes. Because we necessarily need to use the 5th cube (otherwise, this 3 3 3 3 3 3 proof would be for the first 4 cubes), we have 5 + b + c = d + e + f . Without loss of generality, suppose 3 3 3 3 d = 5. By inspection, there is no solution to b + c = e + f , such that b, c, e, f ≤ 5 and b, c and e, f are unique. Then none of d, e, f are 5. Then at least two must be 4, otherwise the RHS would be too small. Without 3 3 3 loss of generality, suppose d = e = 4. Then b + c = 3 + f . By inspection, there are no possible solutions if b, c, f ≤ 4. Thus if a = 5, there are no solutions. Suppose that there is a solution within the first 6 cubes. Then a = 6. By the same analysis as above, 3 3 3 d = e = 5, otherwise the RHS would be too small. Then b + c = 34 + f . By inspection, we see that a 3 3 3 possible solution is b = 3, c = 2, f = 1. Then the desired integer is 6 + 3 + 2 = 251 . 3