Difference between revisions of "2001 AIME II Problems/Problem 10"
Alexlikemath (talk | contribs) |
|||
Line 9: | Line 9: | ||
If <math>j - i = 6, j\leq 99</math>, then we can have solutions of <math>10^6 - 10^0, 10^7 - 10^1, \dots\implies 94</math> ways. If <math>j - i = 12</math>, we can have the solutions of <math>10^{12} - 10^{0},\dots\implies 94 - 6 = 88</math>, and so forth. Therefore, the answer is <math>94 + 88 + 82 + \dots + 4\implies 16\left(\dfrac{98}{2}\right) = \boxed{784}</math>. | If <math>j - i = 6, j\leq 99</math>, then we can have solutions of <math>10^6 - 10^0, 10^7 - 10^1, \dots\implies 94</math> ways. If <math>j - i = 12</math>, we can have the solutions of <math>10^{12} - 10^{0},\dots\implies 94 - 6 = 88</math>, and so forth. Therefore, the answer is <math>94 + 88 + 82 + \dots + 4\implies 16\left(\dfrac{98}{2}\right) = \boxed{784}</math>. | ||
+ | |||
+ | ==Solution 2== | ||
+ | Observation: We see that there is a pattern with <math>10^k \pmod{1001}</math>. | ||
+ | <cmath>10^0 \equiv 1 \pmod{1001}</cmath> | ||
+ | <cmath>10^1 \equiv 10 \pmod{1001}</cmath> | ||
+ | <cmath>10^2 \equiv 100 \pmod{1001}</cmath> | ||
+ | <cmath>10^3 \equiv -1 \pmod{1001}</cmath> | ||
+ | <cmath>10^4 \equiv -10 \pmod{1001}</cmath> | ||
+ | <cmath>10^5 \equiv -100 \pmod{1001}</cmath> | ||
+ | <cmath>10^6 \equiv 1 \pmod{1001}</cmath> | ||
+ | <cmath>10^7 \equiv 10 \pmod{1001}</cmath> | ||
+ | <cmath>10^8 \equiv 100 \pmod{1001}</cmath> | ||
+ | |||
+ | So, this pattern repeats every 6. | ||
+ | |||
+ | Also, <math>10^j-10^i \equiv 0 \pmod{1001}</math>, so | ||
+ | <math>10^j \equiv 10^i \pmod{1001}</math>, and thus, <cmath>j \equiv i \pmod{6}</cmath>. Continue with the 2rd paragraph of solution 1, and we get the answer of <math>\boxed{784}</math> | ||
+ | |||
+ | -AlexLikeMath | ||
== See also == | == See also == |
Revision as of 11:49, 3 August 2019
Contents
Problem
How many positive integer multiples of can be expressed in the form , where and are integers and ?
Solution
The prime factorization of . We have . Since , we require that . From the factorization , we see that works; also, implies that , and so any will work.
To show that no other possibilities work, suppose , and let . Then we can write , and we can easily verify that for .
If , then we can have solutions of ways. If , we can have the solutions of , and so forth. Therefore, the answer is .
Solution 2
Observation: We see that there is a pattern with .
So, this pattern repeats every 6.
Also, , so , and thus, . Continue with the 2rd paragraph of solution 1, and we get the answer of
-AlexLikeMath
See also
2001 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 9 |
Followed by Problem 11 | |
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.