2021 Fall OMC 10 #13

Problem:


For how many even positive integers n does the number 1818 leave a remainder of n2 when divided by n?

(A) 0(B) 19(C) 37(D) 361(E) 703

Solution:

Let the number of complete "groups" the number 1818 is divided into be an integer k. Then, we have nk+n2=1818
n(k+12)=1818=218336
n(2k+1)=219336()

Note that 2k+1 is an odd number, and looking at the RHS, we can conclude that it must be a power of 3. Specifically, it can take on the values 30,31,32,,336. For every possible value of k in this list, there exists a value of n which can be found from (). Hence, there are 37 values of n, which is answer choice (C).

Comments