If $1/a + 1/b = 1 /c$ where $a, b, c$ are positive integers with no common factor, $(a + b)$ is the square of an integer.
I found this question in RMO 1992 paper !
Can anyone help me to prove this ?
May be it's too easy and simple . But , I'm just novice in number theory !
Let $\gcd(a,b) = g$, and $a = a'g$ and $b = b'g$ (so that $\gcd(a', b') = 1$). The equation $\frac1a + \frac1b = \frac1c$ is the same as $c(a+b) = ab$, which, dividing throughout by $g$, is $$c(a' + b') = a'b'g.$$
Now, as $(a' + b')$ divides $a'b'g$ but is relatively prime to both $a'$ and $b'$, it must divide $g$. Similarly, as $g$ divides $c(a'+b')$ but is relatively prime to $c$ (note that $\gcd(g, c) = \gcd(\gcd(a,b), c) = \gcd(a, b, c) = 1$) it must divide $(a' + b')$. Thus as both $g$ and $(a' + b')$ divide each other, we have $$(a' + b') = g,$$ and therefore $$(a + b) = g(a' + b') = g^2.$$