/

AMC10 2020 A

AMC10 2020 A · Q22

AMC10 2020 A · Q22. It mainly tests Divisibility & factors, GCD & LCM.

For how many positive integers $n \le 1000$ is $\left\lfloor \frac{998}{n} \right\rfloor + \left\lfloor \frac{999}{n} \right\rfloor + \left\lfloor \frac{1000}{n} \right\rfloor$ not divisible by 3? (Recall that $\lfloor x \rfloor$ is the greatest integer less than or equal to $x$.)
对于多少个正整数 $n \le 1000$,$\left\lfloor \frac{998}{n} \right\rfloor + \left\lfloor \frac{999}{n} \right\rfloor + \left\lfloor \frac{1000}{n} \right\rfloor$ 不能被 3 整除?(回忆 $\lfloor x \rfloor$ 是小于或等于 $x$ 的最大整数。)
(A) 22 22
(B) 23 23
(C) 24 24
(D) 25 25
(E) 26 26
Answer
Correct choice: (A)
正确答案:(A)
Solution
Answer (A): If $n$ is a divisor of $999$, then $\left\lfloor \frac{999}{n}\right\rfloor = 1 + \left\lfloor \frac{998}{n}\right\rfloor$. Otherwise, $\left\lfloor \frac{999}{n}\right\rfloor = \left\lfloor \frac{998}{n}\right\rfloor$. Similarly, $\left\lfloor \frac{1000}{n}\right\rfloor = 1 + \left\lfloor \frac{999}{n}\right\rfloor$ if $n$ is a divisor of $1000$, and $\left\lfloor \frac{1000}{n}\right\rfloor = \left\lfloor \frac{999}{n}\right\rfloor$ otherwise. Therefore if $n$ divides neither $999$ nor $1000$, then the given sum has the form $a+a+a=3a$, so it is a multiple of $3$. Further, if $n$ divides both $999$ and $1000$ (that is, if $n=1$), then the sum has the form $a+(a+1)+(a+2)=3a+3$, which is also a multiple of $3$. Thus in order for the sum not to be a multiple of $3$, $n$ must be a divisor of either $999$ or $1000$, but not both, so that the sum has the form $a+a+(a+1)=3a+1$ or $a+(a+1)+(a+1)=3a+2$. Because $999=3^3\cdot 37^1$ and $1000=2^3\cdot 5^3$, it follows that $999$ has $(3+1)(1+1)=8$ divisors and $1000$ has $(3+1)(3+1)=16$ divisors. As $n\ne 1$, the number of possible values for $n$ is $(8-1)+(16-1)=22$.
答案(A):如果 $n$ 是 $999$ 的因子,则 $\left\lfloor \frac{999}{n}\right\rfloor = 1 + \left\lfloor \frac{998}{n}\right\rfloor$。否则,$\left\lfloor \frac{999}{n}\right\rfloor = \left\lfloor \frac{998}{n}\right\rfloor$。类似地,若 $n$ 是 $1000$ 的因子,则 $\left\lfloor \frac{1000}{n}\right\rfloor = 1 + \left\lfloor \frac{999}{n}\right\rfloor$;否则,$\left\lfloor \frac{1000}{n}\right\rfloor = \left\lfloor \frac{999}{n}\right\rfloor$。 因此,若 $n$ 既不整除 $999$ 也不整除 $1000$,则所给的和形如 $a+a+a=3a$,所以它是 $3$ 的倍数。进一步,若 $n$ 同时整除 $999$ 和 $1000$(即 $n=1$),则该和形如 $a+(a+1)+(a+2)=3a+3$,同样是 $3$ 的倍数。 所以要使该和不是 $3$ 的倍数,$n$ 必须是 $999$ 或 $1000$ 的因子,但不能同时是两者的因子,从而该和分别形如 $a+a+(a+1)=3a+1$ 或 $a+(a+1)+(a+1)=3a+2$。由于 $999=3^3\cdot 37^1$ 且 $1000=2^3\cdot 5^3$,可知 $999$ 的因子个数为 $(3+1)(1+1)=8$,$1000$ 的因子个数为 $(3+1)(3+1)=16$。又因 $n\ne 1$,所以 $n$ 的可能取值个数为 $(8-1)+(16-1)=22$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.