Solution 1
The first condition implies
a128=logaloga2+loga24−128
128+a128=logaloga224
aa128aa128=224
(aa128)(aa128)=224=88
So aa128=8.
Putting each side to the power of 128:
(a128)(a128)=8128=6464,
so a128=64⟹a=2643. Specifically,
loga(x)=log2(a)log2(x)=364log2(x)
so we have that
256=loga(loga(x))=364log2(364log2(x))
12=log2(364log2(x))
212=364log2(x)
192=log2(x)
x=2192
We only wish to find xmod1000. To do this, we note that x≡0mod8 and now, by the Chinese Remainder Theorem, wish only to find xmod125. By Euler's Totient Theorem:
2ϕ(125)=2100≡1mod125
so
2192≡281≡2561≡61mod125
so we only need to find the inverse of 6mod125. It is easy to realize that 6⋅21=126≡1mod125, so
x≡21mod125,x≡0mod8.
Using Chinese Remainder Theorem, we get that x≡896mod1000, finishing the solution.
Solution 2 (Another way to find a)
loga(loga(loga2)+loga24−128)=128
⟹loga(loga2))+loga(24)=a128+128
⟹loga(loga224)=a128+128
⟹224=aa(a128+128)
Obviously letting a=2y will simplify a lot and to make the a128 term simpler, let a=2128y. Then,
224=2128y⋅2128y⋅(2y+128)=2128y⋅2y⋅(2y−7+1)
⟹24=128y⋅2y⋅(2y−7+1)
⟹3⋅210=y⋅2y⋅(2y−7+1)
Obviously, y is 3 times a power of 2. Testing, we see y=6 satisfy the equation so a=2643. Therefore, x=2192≡896(mod1000) ~Ddk001
Alternate solution 1
If you've found x but you don't know that much number theory.
Note 192=3∗26, so what we can do is take 23 and keep squaring it (mod 1000).
23=8
26=8∗8=64
212=64∗64≡96mod1000
224≡96∗96≡216mod1000
248≡216∗216≡656mod1000
296≡656∗656≡336mod1000
2192≡336∗336≡896mod1000
Alternate solution 2
Another way to find xmod1000 using modular arithmetic. In the same way as solution 1, we can find that.
x≡21mod125,x≡0mod8.
x=8m=125n+21
For some positive integers m and n. Taking the equation mod 8 gives
5n+5≡0mod8
n≡7mod8
n=8k−1
For some positive integer k. Plug this back into the original equation.
8m=125(8k−1)+21
8m=1000k−104
x=8m=1000k−104
x≡−104≡896mod1000
x≡896mod1000
~sdfgfjh
Video Solution by mop 2024
https://youtu.be/E-7YQ9ND5Ms
~r00tsOfUnity
Video Solution 2 by SpreadtheMathLove
https://www.youtube.com/watch?v=ZVPhvjlBvWY