返回题库

AIME 2015 II · 第 1 题

AIME 2015 II — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let NN be the least positive integer that is both 2222 percent less than one integer and 1616 percent greater than another integer. Find the remainder when NN is divided by 10001000.

解析

Solution 1

If NN is 2222 percent less than one integer kk, then N=78100k=3950kN=\frac{78}{100}k=\frac{39}{50}k. In addition, NN is 1616 percent greater than another integer mm, so N=116100m=2925mN=\frac{116}{100}m=\frac{29}{25}m. Therefore, kk is divisible by 5050 and mm is divisible by 2525. Setting these two equal, we have 3950k=2925m\frac{39}{50}k=\frac{29}{25}m. Multiplying by 5050 on both sides, we get 39k=58m39k=58m.

The smallest integers kk and mm that satisfy this are k=1450k=1450 and m=975m=975, so N=1131N=1131. The answer is 131\boxed{131}.

Solution 2

Continuing from Solution 1, we have N=3950kN=\frac{39}{50}k and N=2925mN=\frac{29}{25}m. It follows that k=5039Nk=\frac{50}{39}N and m=2529Nm=\frac{25}{29}N. Both mm and kk have to be integers, so, in order for that to be true, NN has to cancel the denominators of both 5039\frac{50}{39} and 2529\frac{25}{29}. In other words, NN is a multiple of both 2929 and 3939. That makes N=lcm(29,39)=2939=1131N=\operatorname{lcm}(29,39)=29\cdot39=1131. The answer is 131\boxed{131}.

Solution 3

We can express NN as 0.78a0.78a and 1.16b1.16b, where aa and bb are some positive integers. N=0.78a=1.16b    100N=78a=116b.N=0.78a=1.16b\implies100N=78a=116b. Let us try to find the smallest possible value of 100N100N, first ignoring the integral constraint.

Obviously, we are just trying to find the LCM of 7878 and 116.116. They have no common factors but 22, so we multiply 7878 and 116116 and divide by 22 to get 4524.4524. This is obviously not divisible by 100100, so this is not possible, as it would imply that N=4524100,N=\dfrac{4524}{100}, which is not an integer. This can be simplified to 113125\dfrac{1131}{25}.

We know that any possible value of NN will be an integral multiple of this value; the smallest such NN is achieved by multiplying this value by 25.25. We arrive at 11311131, which is 131mod1000.\boxed{131}\mod1000.

~Technodoggo

Video Solution

https://www.youtube.com/watch?v=9re2qLzOKWk&t=7s

~MathProblemSolvingSkills.com