HMMT 二月 2001 · 代数 · 第 9 题
HMMT February 2001 — Algebra — Problem 9
题目详情
英文原题
- Find the number of positive integer solutions to n + n = n with n < 2001.
解析
英文解析
- Find the number of positive integer solutions to n + n = n with n < 2001.
Solution: If n = 1, the relation cannot hold, so assume otherwise. If x > y , the lefty x − y x − yhand side factors as n ( n + 1) so n + 1 is a power of n . But it leaves a remainder of 1
when divided by n and is greater than 1, a contradiction. We reach a similar contradictionx zif y > x . So y = x and 2 n = n , so 2 is a power of n and n = 2. So all solutions are of thex x x +1 x +1
form 2 + 2 = 2 , which holds for all x . 2 < 2001 implies x < 11, so there are 10
solutions.