Difference between revisions of "2017 AIME I Problems/Problem 14"
m |
|||
Line 50: | Line 50: | ||
Using [[Chinese Remainder Theorem]], we get that <math>x\equiv \boxed{896}\bmod 1000</math>, finishing the solution. | Using [[Chinese Remainder Theorem]], we get that <math>x\equiv \boxed{896}\bmod 1000</math>, finishing the solution. | ||
+ | |||
+ | == Alternate solution == | ||
+ | |||
+ | If you've found <math>x</math> but you don't know that much number theory. | ||
+ | |||
+ | Note <math>192 = 3 * 2^6</math>, so what we can do is take <math>2^3</math> and keep squaring it (mod 1000). | ||
+ | |||
+ | <cmath>2^3 = 8</cmath> | ||
+ | <cmath>2^6 = 8*8 = 64</cmath> | ||
+ | <cmath>2^{12} = 64*64 = 96 (mod 1000)</cmath> | ||
+ | <cmath>2^{24} = 96*96 = 216 (mod 1000)</cmath> | ||
+ | <cmath>2^{48} = 216*216 = 656 (mod 1000)</cmath> | ||
+ | <cmath>2^{96} = 656*656 = 336 (mod 1000)</cmath> | ||
+ | <cmath>2^{192} = 336*336 = \boxed{896} (mod 1000)</cmath> | ||
== See also == | == See also == |
Revision as of 14:47, 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.