Olympiad Maths Prep

Track / Stage 6 / 392 of 400 #1392 of 2000

Problem 1392

National olympiad, first round
Number theory Difficulty 7.0 Prove it

Let f(x)=x3+17f(x)=x^3 +17. Prove that for each natural number n2n \ge 2, there is a natural number xx for which f(x)f(x) is divisible by 3n3^n but not 3n+13^{n+1}.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

1. Base Case:
- Consider n=2 n = 2 .
- We need to find x x such that 32f(x) 3^2 \parallel f(x) .
- Let x=1 x = 1 . Then f(1)=13+17=18 f(1) = 1^3 + 17 = 18 .
- Clearly, 3218 3^2 \parallel 18 since 18=322 18 = 3^2 \cdot 2 and 3318 3^3 \nmid 18 .
- Also, 1≢0(mod3) 1 \not\equiv 0 \pmod{3} .
- Thus, the base case holds.

2. Inductive Step:
- Assume for some n2 n \geq 2 , there exists x≢0(mod3) x \not\equiv 0 \pmod{3} such that 3nf(x) 3^n \parallel f(x) .
- We need to find y≢0(mod3) y \not\equiv 0 \pmod{3} such that 3n+1f(y) 3^{n+1} \parallel f(y) .

3. **Constructing y y :**
- Given 3nx3+17 3^n \parallel x^3 + 17 , we have x3+17=k3n x^3 + 17 = k \cdot 3^n where k k is not divisible by 3.
- Consider y=x+3n1 y = x + 3^{n-1} .
- Then, y3=(x+3n1)3=x3+3x23n1+3x(3n1)2+(3n1)3 y^3 = (x + 3^{n-1})^3 = x^3 + 3 \cdot x^2 \cdot 3^{n-1} + 3 \cdot x \cdot (3^{n-1})^2 + (3^{n-1})^3 .
- Simplifying modulo 3n+1 3^{n+1} :
y3x3+3x23n1(mod3n+1) y^3 \equiv x^3 + 3 \cdot x^2 \cdot 3^{n-1} \pmod{3^{n+1}}
y3x3+3nx2(mod3n+1) y^3 \equiv x^3 + 3^n \cdot x^2 \pmod{3^{n+1}}
- Since 3nx3+17 3^n \parallel x^3 + 17 , we have:
x3+173nk(mod3n+1) x^3 + 17 \equiv 3^n \cdot k \pmod{3^{n+1}}
- Therefore:
y3+17x3+3nx2+173nk+3nx2(mod3n+1) y^3 + 17 \equiv x^3 + 3^n \cdot x^2 + 17 \equiv 3^n \cdot k + 3^n \cdot x^2 \pmod{3^{n+1}}
y3+173n(k+x2)(mod3n+1) y^3 + 17 \equiv 3^n (k + x^2) \pmod{3^{n+1}}
- Since k k is not divisible by 3 and x≢0(mod3) x \not\equiv 0 \pmod{3} , k+x2 k + x^2 is not divisible by 3.
- Hence, 3n+1y3+17 3^{n+1} \parallel y^3 + 17 .

4. Conclusion:
- We have constructed y=x+3n1 y = x + 3^{n-1} such that 3n+1f(y) 3^{n+1} \parallel f(y) and y≢0(mod3) y \not\equiv 0 \pmod{3} .
- By induction, for each n2 n \geq 2 , there exists x≢0(mod3) x \not\equiv 0 \pmod{3} such that 3nf(x) 3^n \parallel f(x) but 3n+1f(x) 3^{n+1} \nmid f(x) .

\blacksquare

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