返回题库

AIME 2012 II · 第 1 题

AIME 2012 II — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 1

Find the number of ordered pairs of positive integer solutions (m,n)(m, n) to the equation 20m+12n=201220m + 12n = 2012.

解析

Solution

Solution 1

Solving for mm gives us m=5033n5,m = \frac{503-3n}{5}, so in order for mm to be an integer, we must have 3n503mod5n1mod5.3n \equiv 503 \mod 5 \longrightarrow n \equiv 1 \mod 5. The smallest possible value of nn is obviously 1,1, and the greatest is 50353=166,\frac{503 - 5}{3} = 166, so the total number of solutions is 16615+1=34\frac{166-1}{5}+1 = \boxed{34}

Solution 2

Dividing by 44 gives us 5m+3n=5035m + 3n = 503.

Thus, we have 3n=5035m    5035m0 (mod 3)3n = 503 -5m \implies 503 - 5m \equiv 0 \ (\text{mod }3), since nn is an integer.

Rearranging:

AIME diagram

Since 5035m>0503 - 5m > 0, we know that m<5035m <\frac{503}{5}.

And because mm is an integer, m5035    m100m \leq \left\lfloor \frac{503}{5} \right\rfloor \implies m \leq 100

Therefore,

AIME diagram

Therefore, mm ranges from 30+13 \cdot 0+1 to 333+13\cdot 33+1, giving total 034\boxed{ 034 } values.

Alternatively, total integer values of kk is also 3434, thus, 034\boxed{ 034 } values.

~vaporwave

Elaborated and reworded by Moisentinel

Solution 3

Because the x-intercept of the equation is 201220\frac{2012}{20}, and the y-intercept is 201212\frac{2012}{12}, the slope is 201212201220=53\frac{\frac{-2012}{12}}{\frac{2012}{20}} = \frac{-5}{3}. Now, notice the first obvious solution: (100,1). From it, we derive all the other solutions by applying the slope in reverse, i.e: (100,1),(97,6),(94,11)...(100,1), (97,6), (94,11)... Because the solutions are only positive, we can generate only 33 more solutions, so in total we have 33+1=3433+1=\boxed{34} solutions.

Solution 4 (Quick)

Note that a positive integer is divisible by 20 if it ends in 0.

Notice that if a multiple of 12 end in 2, 12 must be multiplied by an integer that ends in 1 or 6.

So let's start checking because 2012 ends in 2, same as 12.

When n=1n=1, m=100m=100.

When n=6n=6, m=97m=97. What is happening? Why doesn't, say, as values of nn, do 1,11,...1, 11, ... work, while 6,16,266, 16, 26 work for mm to be an integer (as seen in 2022 CEMC Cayley #21 (https://www.cemc.uwaterloo.ca/contests/past_contests/2022/2022CayleyContest.pdf, https://www.cemc.uwaterloo.ca/contests/past_contests/2022/2022CayleySolution.pdf)?)

Notice that we can break 1,6,...1, 6, ... down into 0,5,10,...0, 5, 10, .... So 20m=200012k20m=2000-12k, where kk is a member of the set 0,5,10,15...{0, 5, 10, 15...}.

For a number to be divisible by 20, it must be divisible 10, and the quotient (that number divided by 10) must be divisible by 2. This means that the number must end in 0, and its tens digit must be even.

So notice that the tens digit cycle in: 0,4,8,2,60, 4, 8, 2, 6. Each of this is even (notice that when k=25k=25, 200012k=17002000-12k=1700, it cycles again).

So we know that all values of nn, which end in 1 or 6, that make 201212n202012-12n\geq20 works.

So values of nn that belong to 1,6,...,166{1, 6, ..., 166} work. Clearly, that is 34 integer values of nn. Therefore, the answer is 034\boxed{034}.

~hastapasta