HMMT 二月 1998 · 代数 · 第 10 题
HMMT February 1998 — Algebra — Problem 10
题目详情
英文原题
- G. H. Hardy once went to visit Srinivasa Ramanujan in the hospital, and he started theconversation with: “I came here in taxi-cab number 1729. That number seems dull tome, which I hope isn’t a bad omen.” “Nonsense,” said Ramanujan. “The number isn’tdull 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?
解析
英文解析
- Problem: G.H. Hardy once went to visit Srinivasa Ramanujan in the hospital, and he started theconversation with: “I came here in taxi-cab number 1729. That number seems dull to me, which I hopeisn’t a bad omen.” “Nonsense,” said Ramanujan. “The number isn’t dull at all. It’s quite interesting. It’sthe 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 asthe 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 numberas two different sums of the first 5 cubes. Because we necessarily need to use the 5 th 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 areunique.
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 solutionsif 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