1978 USAMO Problems/Problem 3
Contents
Problem
An integer will be called good if we can write
,
where are positive integers (not necessarily distinct) satisfying
.
Given the information that the integers 33 through 73 are good, prove that every integer is good.
Hint
Is there an algorithm to deduce another good integer given a good integer? You might want to use the fact that .
Solution
Lemma: If is a good integer, then so is and . Proof: Let such that where the are positive integers. Then, notice that so is also a good integer. Furthermore, so is also good.
This completes the lemma. Now, we use induction to show that the integers from 33 to are all good, where .
Base case: Our given takes care of . Inductive step: Assume the integers between 33 and k+1$.
If$ (Error compiling LaTeX. Unknown error_msg)k+1k+1 = 2g + 9g$.
It follows that because$ (Error compiling LaTeX. Unknown error_msg)k \ge 74$, we must have
<cmath>g = \frac{k}{2} - 4 \ge 37 - 4 = 33.</cmath>
Thus,$ (Error compiling LaTeX. Unknown error_msg)33 \le g < \frac{k}{2}g2g + 9 = k+1$as a good integer.
If$ (Error compiling LaTeX. Unknown error_msg)k+1k+1 = 2g+2g33 < g < \frac{k}{2}gk+1$must be good as well.
This completes the inductive step and thus the induction. Therefore, all integers$ (Error compiling LaTeX. Unknown error_msg)n \ge 33$ are good integers.
See Also
1978 USAMO (Problems • Resources) | ||
Preceded by Problem 2 |
Followed by Problem 4 | |
1 • 2 • 3 • 4 • 5 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.