Maths Olympiad Prep

Library / /492 of 520

Number theory Difficulty 7.3 National olympiad, round 2 Prove it

5. Prove that the indeterminate equation 5x3y=25^{x}-3^{y}=2 has only the positive integer solution x=y=1x=y=1.

Translate the text above into English, please keep the original text's line breaks and format, and output the translation result directly.

Note: The provided text is already in English, so no translation is needed. However, if you intended to have the proof or a detailed explanation of the solution, please let me know!

Solution

5. Proof: The equation clearly has a solution x=y=1x=y=1. Taking the equation modulo 4, it is easy to see that yy is odd. If y>1y>1, taking the equation modulo 9 yields
5x2(mod9)5^{x} \equiv 2(\bmod 9)

It is not difficult to find that for x=1,2,,5xx=1,2, \cdots, 5^{x} modulo 9, the cycle is 5,7,8,4,2,15,7,8,4,2,1. Therefore, by (1), xx must be of the form 6k+56k+5. Taking the original equation modulo 7, it is easy to verify that for odd yy, 3y3,5,6(mod7)3^{y} \equiv 3,5,6(\bmod 7).

When x=6k+5x=6k+5, by Fermat's Little Theorem, 561(mod7)5^{6} \equiv 1(\bmod 7), so
5x=56k+5553(mod7)5^{x}=5^{6k+5} \equiv 5^{5} \equiv 3(\bmod 7)

Thus, the two sides of the original equation are not congruent modulo 7, so it has no solutions for y>1y>1. Therefore, the only positive integer solution is y=1,x=1y=1, x=1.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.