2021 AIME II Problems/Problem 13
Problem
Find the least positive integer for which is a multiple of .
Solution
1000 divides this expression iff 8, 125 both divide it. It should be fairly obvious that ; so we may break up the initial condition into two sub-conditions.
(1) . Notice that the square of any odd integer is 1 modulo 8 (why?), so the LHS of this expression goes "5,1,5,1, ...", while the RHS goes "1,2,3,4,5,6,7,8,1, ...". The cycle length of the LHS is 2, RHS is 8, so the cycle length of the solution is . Indeed, the n that solve this equation are exactly those such that .
(2) . This is extremely computationally intensive if you try to calculate all , so instead, we take a divide-and-conquer approach. In order for this expression to be true is necessary; it shouldn't take too long for you to go through the 20 possible LHS-RHS combinations and convince yourself that or .
With this in mind we consider modulo 25. By the generalized Fermat's little theorem, , but we already have n modulo 20! Our calculation is greatly simplified. The LHS cycle length is 20, RHS cycle length is 25, the lcm is 100, in this step we need to test all the numbers between 1 to 100 that or . In the case that , , and RHS goes "3,23,43,63,83"; clearly . In the case that , by a similar argument, .
In the final step, we need to calculate modulo 125. The former is simply ; because modulo 125, . is . . This time, LHS cycle is 100, RHS cycle is 125, so we need to figure out what is n modulo 500. It should be .
Put everything together. By the second subcondition, the only candidates < 100 are . Apply the first subcondition, n=797 is the desired answer.
-Ross Gao
See also
2021 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
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.