Maths Olympiad Prep

Library / /19 of 57

, 2009

Number theory Difficulty 5.5 AIME, harder Prove it JBMO

Problem:

Determine all positive integer numbers kk for which the numbers k+9k+9 are perfect squares and the only prime factors of kk are 22 and 33.

Solution

Solution:

We have an integer xx such that
x2=k+9 x^2 = k + 9
where k=2a3bk = 2^a 3^b, a,b0a, b \geq 0, a,bNa, b \in \mathbb{N}.
Therefore,
(x3)(x+3)=k. (x-3)(x+3) = k.
If b=0b = 0 then we have k=16k = 16.

If b>0b > 0 then we have 3k+93 \mid k + 9. Hence, 3x23 \mid x^2 and 9k9 \mid k.
Therefore, we have b2b \geq 2. Let x=3yx = 3y.
(y1)(y+1)=2a3b2 (y-1)(y+1) = 2^a 3^{b-2}
If a=0a = 0 then b=3b = 3 and we have k=27k = 27.

If a1a \geq 1, then the numbers y1y-1 and y+1y+1 are even. Therefore, we have a2a \geq 2, and
y12y+12=2a23b2 \frac{y-1}{2} \cdot \frac{y+1}{2} = 2^{a-2} 3^{b-2}
Since the numbers y12\frac{y-1}{2} and y+12\frac{y+1}{2} are consecutive numbers, these numbers have to be powers of 22 and 33. Let m=a2m = a-2, n=b2n = b-2.

- If 2m3n=12^m - 3^n = 1 then we have mnm \geq n. For n=0n = 0 we have m=1m = 1, a=3a = 3, b=2b = 2 and k=72k = 72. For n>0n > 0 using mod3\bmod 3 we have that mm is even number. Let m=2tm = 2t. Therefore,
(2t1)(2t+1)=3n \left(2^t - 1\right)\left(2^t + 1\right) = 3^n
Hence, t=1t = 1, m=2m = 2, n=1n = 1 and a=4a = 4, b=3b = 3, k=432k = 432.

- If 3n2m=13^n - 2^m = 1, then m>0m > 0. For m=1m = 1 we have n=1n = 1, a=3a = 3, b=3b = 3, k=216k = 216. For m>1m > 1 using mod4\bmod 4 we have that nn is even number. Let n=2tn = 2t.
(3t1)(3t+1)=2m \left(3^t - 1\right)\left(3^t + 1\right) = 2^m
Therefore, t=1t = 1, n=2n = 2, m=3m = 3, a=5a = 5, b=4b = 4, k=2592k = 2592.

Set of solutions: {16,27,72,216,432,2592}\{16, 27, 72, 216, 432, 2592\}.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.