Talk:1988 IMO Problems/Problem 6

Revision as of 07:48, 2 July 2024 by Mkazula (talk | contribs) (Idea with proof via Chinese Remainder Theorem)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I just wonder if it's possible to solve this problem with Chinese Remainder Theorem

First: assuming tha GCD(a,b)=1.

Then quotient is always square mod a and mod b and is less or equal than a times b, which implies it's square of integer.


In case of GCD(a,b) = d>1 we can transform quotient to d^2((a_1)^2 + (b_1)^2)/(d^2*a_1*b_1 + 1) where a_1 = a/d and b_1 = b/d and follow the same reasoning as above.

Am I mistaken?

Help :)