返回题库

AIME 2020 I · 第 4 题

AIME 2020 I — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SS be the set of positive integers NN with the property that the last four digits of NN are 2020,2020, and when the last four digits are removed, the result is a divisor of N.N. For example, 42,02042,020 is in SS because 44 is a divisor of 42,020.42,020. Find the sum of all the digits of all the numbers in S.S. For example, the number 42,02042,020 contributes 4+2+0+2+0=84+2+0+2+0=8 to this total.

解析

Solution 1

We note that any number in SS can be expressed as a(10,000)+2,020a(10,000) + 2,020 for some integer aa. The problem requires that aa divides this number, and since we know aa divides a(10,000)a(10,000), we need that aa divides 2020. Each number contributes the sum of the digits of aa, as well as 2+0+2+0=42 + 0 + 2 +0 = 4. Since 20202020 can be prime factorized as 2251012^2 \cdot 5 \cdot 101, it has (2+1)(1+1)(1+1)=12(2+1)(1+1)(1+1) = 12 factors. So if we sum all the digits of all possible aa values, and add 412=484 \cdot 12 = 48, we obtain the answer.

Now we list out all factors of 2,0202,020, or all possible values of aa. 1,2,4,5,10,20,101,202,404,505,1010,20201,2,4,5,10,20,101,202,404,505,1010,2020. If we add up these digits, we get 4545, for a final answer of 45+48=09345+48=\boxed{093}.

-molocyxu

Solution 2 (Official MAA)

Suppose that NN has the required property. Then there are positive integers kk and mm such that N=104m+2020=kmN = 10^4m + 2020 = k\cdot m. Thus (k104)m=2020(k - 10^4)m = 2020, which holds exactly when mm is a positive divisor of 2020.2020. The number 2020=2251012020 = 2^2\cdot 5\cdot 101 has 1212 divisors: 1,2,4,5,10,20,101,202,404,505,10101, 2, 4, 5, 10, 20, 101, 202, 404, 505, 1010, and 2020.2020. The requested sum is therefore the sum of the digits in these divisors plus 1212 times the sum of the digits in 2020,2020, which is

(1+2+4+5+1+2+2+4+8+10+2+4)+124=93.(1+2+4+5+1+2+2+4+8+10+2+4)+12\cdot4 = 93.

Solution 3

Note that for all NSN \in S, NN can be written as N=10000x+2020=20(500x+101)N=10000x+2020=20(500x+101) for some positive integer xx. Because NN must be divisible by xx, 20(500x+101)x\frac{20(500x+101)}{x} is an integer. We now let x=abx=ab, where aa is a divisor of 2020. Then 20(500x+101)x=(20a)(500xb+101b)\frac{20(500x+101)}{x}=(\frac{20}{a})( \frac{500x}{b}+\frac{101}{b}). We know 20a\frac{20}{a} and 500xb\frac{500x}{b} are integers, so for NN to be an integer, 101b\frac{101}{b} must be an integer. For this to happen, bb must be a divisor of 101101. 101101 is prime, so b{1,101}b\in \left \{ 1, 101 \right \}. Because aa is a divisor of 2020, a{1,2,4,5,10,20}a \in \left \{ 1,2,4,5,10,20\right\}. So x{1,2,4,5,10,20,101,202,404,505,1010,2020}x \in \left\{1,2,4,5,10,20,101,202,404,505,1010,2020\right\}. Be know that all NN end in 20202020, so the sum of the digits of each NN is the sum of the digits of each xx plus 2+0+2+0=42+0+2+0=4. Hence the sum of all of the digits of the numbers in SS is 124+45=09312 \cdot 4 +45=\boxed{093}.

Video Solutions

  • https://youtu.be/5b9Nw4bQt_k
  • https://youtu.be/djWzRC-jGYw