Maths Olympiad Prep

Library / /3 of 24

, 2015

Number theory Difficulty 5.5 AIME, harder Prove it Argentina

Find all pairs a,bN,aba, b \in \mathbb{N}, a \neq b, such that a+ba+b and ab+1a \cdot b+1 are powers of 22.

Solution

If a=1a=1 or b=1b=1 we obtain the solutions (1,2n1)(1, 2^n-1) and (2n1,1)(2^n-1, 1), with n>1n>1.

Let a,b2a,b \ge 2 and a<ba<b. Note that then a+b<ab+1a+b < ab+1 due to the identity (ab+1)(a+b)=(a1)(b1)(ab+1)-(a+b) = (a-1)(b-1). Let a+b=2na+b = 2^n, n2n \ge 2; in fact then n3n \ge 3 as n=2n=2 forces a=b=2a=b=2. Then a=2n1ca = 2^{n-1}-c, b=2n1+cb = 2^{n-1}+c with 1c<2n11 \le c < 2^{n-1}. We have
2n=a+b<ab+1=22(n1)c2+122(n1), 2^n = a+b < ab+1 = 2^{2(n-1)}-c^2+1 \le 2^{2(n-1)},
which implies ab+1=2kab+1 = 2^k with n+1k2(n1)n+1 \le k \le 2(n-1). Write
2k=22(n1)c2+1,2^k = 2^{2(n-1)} - c^2 + 1, i.e., ab+1=2kab+1 = 2^k, in the form
(c1)(c+1)=22(n1)2k.(c-1)(c+1) = 2^{2(n-1)} - 2^k. Then (c1)(c+1)(c-1)(c+1) is divisible by 2k2^k since k2(n1)k \le 2(n-1). On the other hand n+1kn+1 \le k, so (c1)(c+1)(c-1)(c+1) is divisible by 2n+12^{n+1}. Clearly c1c-1 and c+1c+1 are consecutive even numbers. Since one of them is divisible by 22 but not by 44, the other one is divisible by 2n2^n.
Now the inequalities 1c<2n11 \le c < 2^{n-1} show that the later is possible only if c1=0c-1=0, i.e., c=1c=1. Hence a=2n11a = 2^{n-1}-1, b=2n1+1b = 2^{n-1}+1 with n3n \ge 3. This is clearly an admissible pair.
Hence the solutions are (1,2n1)(1, 2^n-1), (2n1,1)(2^n-1, 1) and (2n1,2n+1)(2^n-1, 2^n+1), (2n+1,2n1)(2^n+1, 2^n-1) with n>1n>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: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.