Difference between revisions of "2017 AIME I Problems/Problem 14"
m (→Solution 2 (Another way to find a)) |
|||
Line 71: | Line 71: | ||
Obviously, <math>y</math> is <math>3</math> times a power of <math>2</math>. Testing, we see <math>y=6</math> satisfy the equation so <math>a=2^{\frac{3}{64}}</math>. Therefore, <math>x=2^{192} \equiv \boxed{896} \pmod{1000}</math> ~[[Ddk001]] | Obviously, <math>y</math> is <math>3</math> times a power of <math>2</math>. Testing, we see <math>y=6</math> satisfy the equation so <math>a=2^{\frac{3}{64}}</math>. Therefore, <math>x=2^{192} \equiv \boxed{896} \pmod{1000}</math> ~[[Ddk001]] | ||
− | == Alternate solution == | + | == Alternate solution 1 == |
If you've found <math>x</math> but you don't know that much number theory. | If you've found <math>x</math> but you don't know that much number theory. | ||
Line 85: | Line 85: | ||
<cmath>2^{192} \equiv 336*336 \equiv \boxed{896}\bmod 1000</cmath> | <cmath>2^{192} \equiv 336*336 \equiv \boxed{896}\bmod 1000</cmath> | ||
+ | == Alternate solution 2 == | ||
+ | |||
+ | Another way to find <math>x</math> without using Chinese Remainder Theorem is by using modular arithmetic. | ||
+ | In the same way as solution <math>1</math>, we can find that. | ||
+ | <cmath>x\equiv 21\bmod 125, x\equiv 0\bmod 8.</cmath> | ||
+ | <cmath>x = 8m = 125n+21</cmath> For some positive integers m and n. | ||
+ | Taking the equation mod <math>8</math> gives <cmath>5n+5 \equiv 0\bmod 8</cmath> | ||
+ | <cmath>n \equiv 7\bmod 8</cmath> | ||
+ | <cmath>n = 8k-1</cmath> For some positive integer <math>k</math>. | ||
+ | Plug this back into the original equation. | ||
+ | <cmath>8m = 125(8k-1)+21</cmath> | ||
+ | <cmath>8m = 1000k-104</cmath> | ||
+ | <cmath>x = 8m = 1000k - 104</cmath> | ||
+ | <cmath>x \equiv -104 \equiv 896\bmod 1000</cmath> | ||
+ | <cmath>x \equiv 896\bmod 1000</cmath> | ||
+ | |||
+ | ~sdfgfjh | ||
==Video Solution by mop 2024== | ==Video Solution by mop 2024== | ||
https://youtu.be/E-7YQ9ND5Ms | https://youtu.be/E-7YQ9ND5Ms |
Revision as of 17:57, 5 September 2024
Contents
Problem 14
Let and satisfy and . Find the remainder when is divided by .
Solution 1
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 Totient 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.
Solution 2 (Another way to find a)
Obviously letting will simplify a lot and to make the term simpler, let . Then,
Obviously, is times a power of . Testing, we see satisfy the equation so . Therefore, ~Ddk001
Alternate solution 1
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).
Alternate solution 2
Another way to find without using Chinese Remainder Theorem is by using modular arithmetic. In the same way as solution , we can find that. For some positive integers m and n. Taking the equation mod gives For some positive integer . Plug this back into the original equation.
~sdfgfjh
Video Solution by mop 2024
~r00tsOfUnity
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.