Find all positive integers $x,y,z$ with $z$ odd, which satisfy the equation: $$2018^x=100^y + 1918^z$$
Problem
Source: Greece JBMO TST Problem 4
Tags: number theory, Exponential equation
22.04.2018 22:04
22.04.2018 22:24
Makorn wrote:
Indeed incomplete.
22.04.2018 23:55
Makorn wrote: Taking mod 31 gives us $3^{2a+1}\equiv{7^y+(27)^{2a+1}}$ implying $a\equiv{3}$ mod 5, a contradiction. $a\equiv 0\pmod 5$ works also, so we don't have contradiction. Am I missing something?
23.04.2018 01:32
silouan wrote: Makorn wrote: Taking mod 31 gives us $3^{2a+1}\equiv{7^y+(27)^{2a+1}}$ implying $a\equiv{3}$ mod 5, a contradiction. $a\equiv 0\pmod 5$ works also, so we don't have contradiction. Am I missing something? apologies, did not realize that 0 mod 5 also worked.
23.04.2018 21:18
ultralako wrote: Find all positive integers $x,y,z$ with $z$ odd, which satisfy the equation: $$2018^x=100^y + 1918^z$$ Obviously $x=y=z=1$ is a solution. We have $100\equiv 100 (mod \;2018)$ and $ 1918\equiv -100(mod\; 2018)$ So $100^y\equiv 100^y (mod \;2018)$ and $ 1918^z\equiv -100^z(mod\; 2018)$ Clearly $100^y + (-100^z)=0 \rightarrow y=z$ Which means $2018^x=100^y + 1918^y$ $2018=2*1009$ $100^y=4^y*25^y=2^{2y}*5^{2y}$ $1918^y=$ something $*2^y$ So $2^{2y}+2^y \equiv 0 (mod \;2^x) \Leftrightarrow 2^y(2^y+1) \equiv 0 (mod;2^x)$ So finally we get $x=y$ The original equation transforms to $2018^x=100^x+1918^x$ But for $x>1$ we have $2018^x > 100^x + 1918^x$ so the only solution is $(1, 1, 1)$ I dont know how to prove the inequality above so if someone were to prove it, thanks! (Check #8 for ineq. Proof)
23.04.2018 22:53
Mr.Chem-Mathy wrote: $ 2018\equiv -100(mod\; 2018)$ This is clearly not true.
23.04.2018 23:10
$2018^x=(1918+100)^x=1918^x+100^x+1918^{x-1}\cdot100+1918^{x-2}\cdot100^2+\dots\geq{1918^x+100^x}$
24.04.2018 00:09
with equality iff $x=1$. Hence $y=z=1$. Task for people with advanced visual perception.
24.04.2018 00:53
silouan wrote: Mr.Chem-Mathy wrote: $ 2018\equiv -100(mod\; 2018)$ This is clearly not true. i meant 1918, sorry. should be fixed now
24.04.2018 03:17
Makorn wrote:
No, it's actually $x = \max{(2y, z)}$ Since $v_2(100^y + 1918^z) = \max{(2y, z)}$. Also, $v_2(2018^x) = x$, so $x = \max{(2y, z)}$
24.04.2018 03:31
whatRthose wrote: Makorn wrote:
No, it's actually $x = \max{(2y, z)}$ Since $v_2(100^y + 1918^z) = \max{(2y, z)}$. Also, $v_2(2018^x) = x$, so $x = \max{(2y, z)}$ Taking $y=z=1$, we get $\nu_2(2018)=1\neq{\max{(2y,z)}}$
24.04.2018 05:04
Makorn wrote:
ack I am bad what do you mean by -adic?
24.04.2018 05:32
franchester wrote: Makorn wrote:
ack I am bad what do you mean by -adic? $p$-adic valuation of $x$ denoted by $\nu_p(x)$ is the highest power of $p$ that divides $x$ (so like $\nu_2(24)=3$ since $2^3=8$ divides 24 but $2^4=16$ doesn't)
24.04.2018 12:51
Mr.Chem-Mathy wrote: Clearly $100^y + (-100^z)=0 \rightarrow y=z$ From what you said it follows that $100^y-100^z\equiv 0\pmod{2018}$. Why $100^y + (-100^z)=0$?
24.04.2018 13:37
25.04.2018 01:04
Makorn wrote: whatRthose wrote: Makorn wrote:
No, it's actually $x = \max{(2y, z)}$ Since $v_2(100^y + 1918^z) = \max{(2y, z)}$. Also, $v_2(2018^x) = x$, so $x = \max{(2y, z)}$ Taking $y=z=1$, we get $\nu_2(2018)=1\neq{\max{(2y,z)}}$ Oh sorry I see now
29.09.2019 15:24
Is there correct solution without LTE
30.09.2019 23:25
First assume $x>1$. Taking $\mod 3$ gives that $x$ is odd. If $x>z, $ $100^y=2018^x-1918^z=2^z(1009^x.2^{x-z}-959^z)$ and looking at the exponent of $2,$ we conclude $2y=z,$ contradiction. If $z>x, $ analogous argument gives $2y=x,$ contradiction. Therefore $z=x$. Now $25^{y-1}.2^{2y-2}=2018^{x-1}+\cdots+1918^{x-1}=2^{x-1}.(1009^{x-1}+\cdots+959^{x-1})$ and the second factor is a sum of odd number of odd numbers and therefore is odd. Looking at the exponent of $2, x-1=2y-2$. Now $25^{y-1}=1009^{x-1}+\cdots+959^{x-1}>1009^{x-1}=(1009^2)^{y-1}>25^{y-1},$ contradiction. Therefore $x=1$ and the $RHS$ is bounded and we easily find the only solution $(x, y, z) =(1, 1, 1), \blacksquare$.
28.03.2023 07:24
Mr.Chem-Mathy wrote: So $2^{2y}+2^y \equiv 0 (mod \;2^x) \Leftrightarrow 2^y(2^y+1) \equiv 0 (mod;2^x)$ So finally we get $x=y$ y can be greater than x.
23.07.2024 18:47
Mr.Chem-Mathy wrote: ultralako wrote: Find all positive integers $x,y,z$ with $z$ odd, which satisfy the equation: $$2018^x=100^y + 1918^z$$ Obviously $x=y=z=1$ is a solution. We have $100\equiv 100 (mod \;2018)$ and $ 1918\equiv -100(mod\; 2018)$ So $100^y\equiv 100^y (mod \;2018)$ and $ 1918^z\equiv -100^z(mod\; 2018)$ Clearly $100^y + (-100^z)=0 \rightarrow y=z$ Which means $2018^x=100^y + 1918^y$ $2018=2*1009$ $100^y=4^y*25^y=2^{2y}*5^{2y}$ $1918^y=$ something $*2^y$ So $2^{2y}+2^y \equiv 0 (mod \;2^x) \Leftrightarrow 2^y(2^y+1) \equiv 0 (mod;2^x)$ So finally we get $x=y$ The original equation transforms to $2018^x=100^x+1918^x$ But for $x>1$ we have $2018^x > 100^x + 1918^x$ so the only solution is $(1, 1, 1)$ I dont know how to prove the inequality above so if someone were to prove it, thanks! (Check #8 for ineq. Proof) The last inequality is Fermat's big theorem
07.12.2024 20:52
Mr.Chem-Mathy wrote: ultralako wrote: Find all positive integers $x,y,z$ with $z$ odd, which satisfy the equation: $$2018^x=100^y + 1918^z$$ Obviously $x=y=z=1$ is a solution. We have $100\equiv 100 (mod \;2018)$ and $ 1918\equiv -100(mod\; 2018)$ So $100^y\equiv 100^y (mod \;2018)$ and $ 1918^z\equiv -100^z(mod\; 2018)$ Clearly $100^y + (-100^z)=0 \rightarrow y=z$ Don't we conclude y and z have same parity here?For example if y is even,then z is even too.However,we are given z odd,so y will be odd as well.I did not catch why do we have y=z
07.12.2024 21:40
$$\nu_2(2018^x)=x=\min\{2y, z\}$$Assume $x=2y$, by mod 3, we have that $(-1)^x\equiv2\pmod{3}\iff 2\nmid x=2y, \text{Abs!}$ Therefore, $\boxed{x=z}$ From that, the equation becomes $$2018^x-1918^x=100^y$$Let $x,y>1$ By Zsigmondy's Theorem, $\exists p\in\mathbb{P} s.t. p\mid 2018^x-1918^x \wedge p\nmid 2018-1918=100, \text{Abs!}$ Therefore, $\boxed{(x,y,z)=(1,1,1)}$ is the only solution!
07.12.2024 22:31
Makorn wrote:
I think(and hope) I can finish this with LTE(I hope there is no calculation and language error): If x,y>2,because x is odd and 5|2018-1918=100,LTE says that $$2y=v_5(100^y)=v_5(2018^x - 1918^x) = v_5(100)+v_2(x)$$and it is clear that x>y. But then $2018^x$ is smaller than $1918^x + 100^x$,absurd and we are done.