Difference between revisions of "2017 AIME I Problems/Problem 14"
Line 59: | Line 59: | ||
<cmath>2^3 = 8</cmath> | <cmath>2^3 = 8</cmath> | ||
<cmath>2^6 = 8*8 = 64</cmath> | <cmath>2^6 = 8*8 = 64</cmath> | ||
− | <cmath>2^{12} = 64*64 | + | <cmath>2^{12} = 64*64 \equiv 96\bmod 1000</cmath> |
− | <cmath>2^{24} | + | <cmath>2^{24} \equiv 96*96 \equiv 216\bmod 1000</cmath> |
− | <cmath>2^{48} | + | <cmath>2^{48} \equiv 216*216 \equiv 656\bmod 1000</cmath> |
− | <cmath>2^{96} | + | <cmath>2^{96} \equiv 656*656 \equiv 336\bmod 1000</cmath> |
− | <cmath>2^{192} | + | <cmath>2^{192} \equiv 336*336 \equiv \boxed{896}\bmod 1000</cmath> |
== See also == | == See also == |
Revision as of 15:04, 2 February 2023
Problem 14
Let and satisfy and . Find the remainder when is divided by .
Solution
The first condition implies
So .
Putting each side to the power of :
so . Specifically,
so we have that
We only wish to find . To do this, we note that and now, by the Chinese Remainder Theorem, wish only to find . By Euler's Theorem:
so
so we only need to find the inverse of . It is easy to realize that , so
Using Chinese Remainder Theorem, we get that , finishing the solution.
Alternate solution
If you've found but you don't know that much number theory.
Note , so what we can do is take and keep squaring it (mod 1000).
See also
2017 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.