An integer $n$ will be called good if we can write \[n=a_1+a_2+\cdots+a_k,\] where $a_1,a_2, \ldots, a_k$ are positive integers (not necessarily distinct) satisfying \[\frac{1}{a_1}+\frac{1}{a_2}+\cdots+\frac{1}{a_n}=1.\] Given the information that the integers 33 through 73 are good, prove that every integer $\ge 33$ is good.
Problem
Source:
Tags: AMC, USAMO, induction, algebra, equation, Additive Number Theory
16.08.2011 22:24
28.08.2016 12:05
03.09.2022 04:08
We see that the only bad numbers are $2$, $3$, $5$, $6$, $7$, $8$, $12$, $13$, $14$, $15$, $19$, $21$, and $23$. All of these are less than $33$.
15.04.2023 06:52
22.07.2023 06:44
We first prove that for a good integer $n,$ $2n+8$ and $2n+9$ are also good. $$2n+8 = 2(a_1 + a_2 + \cdot + a_k) + 4 + 4 \implies \frac{1}{2a_1}+\frac{1}{2a_2}+\cdots+\frac{1}{2a_n} + \frac14 + \frac14=1.$$$$2n+9 = 2(a_1 + a_2 + \cdot + a_k) + 3 + 6 \implies \frac{1}{2a_1}+\frac{1}{2a_2}+\cdots+\frac{1}{2a_n} + \frac13 + \frac16=1.$$We now proceed by strong induciton. It is given to us that integers $33$ throught $73$ are good. For the inductive hypothesis, assume that the integers $n, n+1, n+2, \cdot , 2n+7$ are good. Since $2n+8$ and $2n+9$ are good, for any $n,$ $n+1$ is also good. So we are done. $\blacksquare$
06.11.2024 11:27
Notice that, if $n$ is a good number then: $$ \sum \tfrac{1}{a_i} = n \implies \left( \sum \tfrac{1}{2a_i} \right) + \tfrac{1}{2} = 1, \left( \sum \tfrac{1}{2a_i} \right) + \tfrac{1}{3} + \tfrac{1}{6} = 1$$Therefore: $2n+2, 2n+9$ are also good numbers. Now, this works in reverse also. If $n$ is good, then $\tfrac{n-1}{2}$ or $\tfrac{n-9}{2}$ is good (depends on parity of $n$). Thus, if $33, 34, \cdots, 73, \cdots, n-1$ are good for some $n$, then this implies $n$ is also good (strong induction) and we are done.